You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/22 11:12:48 UTC

[camel] branch master updated: Removed Spring Cloud property placeholders now located in camel-spring-boot

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new d4e4eb2  Removed Spring Cloud property placeholders now located in camel-spring-boot
d4e4eb2 is described below

commit d4e4eb28355c1bd5abd4015dffdb06a1ef164a61
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 22 11:14:11 2019 +0100

    Removed Spring Cloud property placeholders now located in camel-spring-boot
---
 parent/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e667057..ac4ca12 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -589,10 +589,6 @@
         <spring-batch-version>4.1.2.RELEASE</spring-batch-version>
         <spring-batch-bundle-version>4.1.2.RELEASE_1</spring-batch-bundle-version>
         <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
-        <spring-cloud-commons-version>2.2.0.RELEASE</spring-cloud-commons-version>
-        <spring-cloud-consul-version>2.2.0.RELEASE</spring-cloud-consul-version>
-        <spring-cloud-netflix-version>2.2.0.RELEASE</spring-cloud-netflix-version>
-        <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version>
         <spring-data-commons-bundle-version>2.1.10.RELEASE_1</spring-data-commons-bundle-version>
         <spring-data-keyvalue-bundle-version>2.1.10.RELEASE_1</spring-data-keyvalue-bundle-version>
         <spring-data-redis-version>2.1.10.RELEASE</spring-data-redis-version>