[JAVA-131] Kept difference between hamcrest and hamcrest-all

This commit is contained in:
dupirefr
2020-02-28 21:18:42 +01:00
parent db5cc67d7a
commit 4d3ef0a8da
7 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -29,7 +29,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@@ -45,7 +45,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@@ -49,7 +49,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -160,7 +160,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>

10
pom.xml
View File

@@ -60,19 +60,19 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest-all.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -1333,7 +1333,8 @@
<gib.enabled>false</gib.enabled>
<junit.version>4.12</junit.version>
<org.hamcrest.version>2.2</org.hamcrest.version>
<hamcrest.version>2.2</hamcrest.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
<mockito.version>2.21.0</mockito.version>
<!-- logging -->
@@ -1351,7 +1352,6 @@
<esapi.version>2.1.0.1</esapi.version>
<jmh-core.version>1.19</jmh-core.version>
<jmh-generator.version>1.19</jmh-generator.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-failsafe-plugin.version>2.21.0</maven-failsafe-plugin.version>
<commons-io.version>2.5</commons-io.version>

View File

@@ -38,7 +38,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${org.hamcrest.version}</version>
<version>${hamcrest.version}</version>
</dependency>
</dependencies>