File: 01-add-junit-dependency.patch

package info (click to toggle)
plexus-utils2 3.0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,928 kB
  • ctags: 2,600
  • sloc: java: 23,269; xml: 111; sh: 5; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 493 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
@@ -52,6 +52,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>
     <plugins>