moved classes for BAEL-5727 to another module

This commit is contained in:
s047888
2023-03-06 09:28:33 +01:00
parent 74a8eff334
commit 4b8a372be5
9 changed files with 200 additions and 169 deletions
@@ -29,19 +29,4 @@
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>${reflections.version}</version>
</dependency>
</dependencies>
</project>