Skip to content

Commit 57d446c

Browse files
committed
fix junit dep
1 parent a7cf37c commit 57d446c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-databind</artifactId>
4444
</dependency>
45-
46-
<dependency> <!-- all modules use junit for testing -->
47-
<groupId>junit</groupId>
48-
<artifactId>junit</artifactId>
49-
<scope>test</scope>
50-
</dependency>
5145
</dependencies>
5246

5347
<!-- Alas, need to include snapshot reference since otherwise can not find

0 commit comments

Comments
 (0)