Skip to content

Commit

Permalink
Include Junit as test dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Aug 19, 2016
1 parent fc59348 commit 410500c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<version>1.8.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 410500c

Please sign in to comment.