Skip to content

Commit

Permalink
dependency issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Mar 9, 2019
1 parent b88f111 commit dc266a9
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 @@ -7,5 +7,23 @@
<version>1.0.0</version>
<name>helloworld</name>

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

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
</dependency>


</dependencies>


</project>

0 comments on commit dc266a9

Please sign in to comment.