We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b559dd commit 076ea6eCopy full SHA for 076ea6e
pom.xml
@@ -55,7 +55,7 @@
55
<properties>
56
<traitor.version>1.2</traitor.version>
57
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
58
- <hamcrest-all.version>1.3</hamcrest-all.version>
+ <hamcrest.version>2.1</hamcrest.version>
59
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
60
</properties>
61
@@ -66,8 +66,8 @@
66
</dependency>
67
<dependency>
68
<groupId>org.hamcrest</groupId>
69
- <artifactId>hamcrest-all</artifactId>
70
- <version>${hamcrest-all.version}</version>
+ <artifactId>hamcrest</artifactId>
+ <version>${hamcrest.version}</version>
71
<scope>test</scope>
72
73
0 commit comments