BAEL-6871: Add code and tests demonstrating how to compare objects using apache commons lang 3.

This commit is contained in:
lajka
2023-09-05 19:42:03 +02:00
parent 9ef7eaf237
commit 5116a17b36
8 changed files with 276 additions and 1 deletions
+10 -1
View File
@@ -18,7 +18,16 @@
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter.version}</version>
</dependency>
</dependencies>
<build>
<plugins>