Skip to content

Commit

Permalink
fix junit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 17, 2021
1 parent a7cf37c commit 57d446c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency> <!-- all modules use junit for testing -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

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

0 comments on commit 57d446c

Please sign in to comment.