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

This commit is contained in:
Krzysiek
2021-11-18 12:48:35 +01:00
parent 795d78f45e
commit 2c2f2dcf04
52 changed files with 0 additions and 395 deletions

View File

@@ -21,13 +21,6 @@
<artifactId>jackson-dataformat-xml</artifactId>
<version>${jackson.version}</version>
</dependency>
<!-- test scoped -->
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -40,9 +33,4 @@
</resources>
</build>
<properties>
<!-- testing -->
<assertj.version>3.11.0</assertj.version>
</properties>
</project>