Dev: pom clean up, improved parent/child structure;

This commit is contained in:
Oleg Agafonov 2021-10-03 17:45:01 +04:00
parent 20fda878cd
commit 58ab020065
14 changed files with 77 additions and 168 deletions

View file

@ -55,19 +55,6 @@
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>