Browse Source

Maven needs hamcrest-library now

master
Gintas Grigelionis 7 years ago
parent
commit
febba10342
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/etc/poms/ant/pom.xml

+ 6
- 0
src/etc/poms/ant/pom.xml View File

@@ -48,6 +48,12 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antunit</artifactId>


Loading…
Cancel
Save