File: 0001-add-dependency-plexus-container-default.patch

package info (click to toggle)
plexus-interactivity-api 1.0-alpha-6-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 156 kB
  • ctags: 53
  • sloc: java: 311; xml: 55; sh: 6; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Torsten Werner <twerner@debian.org>
Date: Sun, 28 Aug 2011 21:37:51 +0200
Subject: [PATCH] add dependency plexus-container-default

---
 pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 84e659e..1f488e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,5 +14,10 @@
       <artifactId>plexus-utils</artifactId>
       <version>1.4</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.5.5</version>
+    </dependency>
   </dependencies>
 </project>
--