Skip to content

Commit

Permalink
test dependencies added: junit:junit-dep:4.10,
Browse files Browse the repository at this point in the history
org.hamcrest:hamcrest-all:1.3, org.mockito:mockito-all:1.9.5
  • Loading branch information
vardlokkur committed Jan 31, 2013
1 parent b401192 commit ed29447
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,23 @@
<artifactId>jsr305</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit ed29447

Please sign in to comment.