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/16 11:34:59 UTC

[camel-spring-boot] 03/08: Removed duplicated property placeholder for Spring Cloud Consul

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-spring-boot.git

commit 7c1e413df6cb83e16363442742df00ad6d03b6dd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 16 12:10:07 2019 +0100

    Removed duplicated property placeholder for Spring Cloud Consul
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6fe7ddd..9bd686a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,6 @@
         <freemarker-version>2.3.29</freemarker-version>
         <openjpa-version>3.1.0</openjpa-version>
         <spring-cloud-commons-version>2.2.0.RELEASE</spring-cloud-commons-version>
-        <spring-cloud-consul-version>2.1.4.RELEASE</spring-cloud-consul-version>
         <spring-cloud-netflix-version>2.1.4.RELEASE</spring-cloud-netflix-version>
         <spring-cloud-zookeeper-version>2.1.4.RELEASE</spring-cloud-zookeeper-version>
         <rxjava-version>1.3.8</rxjava-version>