Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Added dependency on junit
  • Loading branch information
larsgsvensson authored Jun 28, 2018
1 parent 14d355f commit 9f72836
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 @@ -135,6 +135,12 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.10</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 9f72836

Please # to comment.