File: 0002-plexus-utils-dependency.patch

package info (click to toggle)
doxia-sitetools 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,284 kB
  • sloc: java: 5,969; xml: 2,289; makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Add the missing dependency on plexus-utils
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -37,6 +37,11 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xml</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>debian</version>
+    </dependency>
   </dependencies>
 
   <build>