File: depend-on-junit.diff

package info (click to toggle)
jackson-dataformat-cbor 2.7.8-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: java: 5,346; xml: 70; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,13 @@
       <artifactId>jackson-annotations</artifactId>
       <scope>test</scope>
     </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>