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
@@ -19,7 +19,7 @@
<dependency>
<groupId>com.baeldung.spring.cloud</groupId>
<artifactId>rest-producer</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${rest-producer.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
@@ -66,8 +66,6 @@
</dependencyManagement>
<properties>
<spring-cloud-starter-feign.version>1.2.3.RELEASE</spring-cloud-starter-feign.version>
<spring-cloud-starter-hystrix.version>1.2.3.RELEASE</spring-cloud-starter-hystrix.version>
<spring-boot-starter-web.version>1.4.2.RELEASE</spring-boot-starter-web.version>
<rest-producer.version>1.0.0-SNAPSHOT</rest-producer.version>
</properties>
</project>