JAVA-8436: Remove AssertJ depenendency from the child modules - part 3
This commit is contained in:
@@ -118,11 +118,6 @@
|
||||
<version>${spring-mock-mvc.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>${assertj.version}</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.hamcrest/java-hamcrest -->
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
@@ -147,12 +142,6 @@
|
||||
<version>${h2.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>${assertj-core.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.bytebuddy</groupId>
|
||||
<artifactId>byte-buddy</artifactId>
|
||||
@@ -206,7 +195,6 @@
|
||||
<hoverfly-java.version>0.8.1</hoverfly-java.version>
|
||||
<spring.version>4.3.8.RELEASE</spring.version>
|
||||
<spring-mock-mvc.version>4.1.1</spring-mock-mvc.version>
|
||||
<assertj.version>3.14.0</assertj.version>
|
||||
<java-hamcrest.version>2.0.0.0</java-hamcrest.version>
|
||||
<h2.version>1.4.200</h2.version>
|
||||
<dbunit.version>2.7.0</dbunit.version>
|
||||
|
||||
Reference in New Issue
Block a user