JAVA-8436: Remove AssertJ depenendency from the child modules - part 1

This commit is contained in:
Krzysiek
2021-11-18 10:36:49 +01:00
parent 1f05cb187b
commit ce43aac971
12 changed files with 0 additions and 83 deletions

View File

@@ -123,12 +123,6 @@
<artifactId>commons-lang</artifactId>
<version>${commons-lang.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
@@ -368,7 +362,6 @@
<jaxb-core.version>2.3.0.1</jaxb-core.version>
<jaxb-impl.version>2.3.2</jaxb-impl.version>
<stax-api.version>1.0-2</stax-api.version>
<assertj-core.version>3.12.2</assertj-core.version>
<xmlunit-assertj.version>2.6.3</xmlunit-assertj.version>
<freemarker.version>2.3.29</freemarker.version>
<mustache.version>0.9.6</mustache.version>