Skip to content

Commit

Permalink
Added JUnit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterla committed Aug 22, 2011
1 parent 8bbd09d commit e91f3d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@
<groupId>GildedRoseJava</groupId>
<artifactId>GildedRoseJava</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit e91f3d0

Please sign in to comment.