Skip to content

Commit

Permalink
Add junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotesta committed Jun 17, 2013
1 parent c412d34 commit ed79f35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@
<artifactId>move-accumulation-to-visitor</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Move Accumulation to Visitor</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit ed79f35

Please sign in to comment.