Skip to content

Commit

Permalink
Added junit dependency to core pom under test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wingfield committed Sep 28, 2015
1 parent a41689b commit 246a80e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jump-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
</build>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down

0 comments on commit 246a80e

Please # to comment.