Skip to content

Commit

Permalink
include junit
Browse files Browse the repository at this point in the history
  • Loading branch information
keski committed Nov 7, 2016
1 parent fbe2feb commit ebfca92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
<artifactId>spin</artifactId>
<version>2.0.0</version>
</dependency>

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

<repositories>
Expand Down

0 comments on commit ebfca92

Please sign in to comment.