BAEL-18777 POM Properties Cleanup

- Properties cleanup of projects starting with j
This commit is contained in:
Dhawal Kapil
2019-11-23 20:13:34 +05:30
parent 16de535f00
commit dc1a6cf8b5
24 changed files with 3 additions and 768 deletions

View File

@@ -24,12 +24,6 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -44,6 +38,5 @@
<properties>
<commons-collections4.version>4.1</commons-collections4.version>
<assertj.version>3.6.1</assertj.version>
</properties>
</project>