File: 01-add-junit-dependency.patch

package info (click to toggle)
plexus-utils2 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,996 kB
  • sloc: java: 25,105; xml: 150; makefile: 8; sh: 5
file content (18 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Add the missing tests dependencies specified in the parent pom
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,12 @@
         <version>1.1</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.2</version>
+        <scope>test</scope>
+      </dependency>
   </dependencies>
   <build>
     <pluginManagement>