BAEL-5246: pom cleanup (#4620)

* BAEL-5246: round 1 of pom cleanup - upto "jersey" project

* BAEL-5246: Initial pass for pom cleanup - upto spring-cloud

* BAEL-5246: pom cleanup upto testing-modules/junit5

* BAEL-5246: pom cleanup - upto xstream

* BAEL-5246: pom cleanup - last round (before review)
This commit is contained in:
Sanjay Patel
2018-07-12 12:34:54 +05:30
committed by Grzegorz Piwowarek
parent 0ec8fffeed
commit cddf858c05
442 changed files with 4072 additions and 5327 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.9.0</version>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -66,7 +66,7 @@
</profiles>
<properties>
<javaee-api.version>8.0</javaee-api.version>
<assertj.version>3.9.0</assertj.version>
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
</properties>