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 2020/03/02 17:02:24 UTC

[camel-examples] 07/11: Removed spring-cloud consul property placeholder

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-examples.git

commit 8c2a57c8937988db4770911e361e92bd4cdc05ce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:52:42 2020 +0100

    Removed spring-cloud consul property placeholder
---
 examples/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 6646037..b724b30 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -253,7 +253,6 @@
         <slf4j-api-version>1.7.30</slf4j-api-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
         <spring-ws-version>3.0.7.RELEASE</spring-ws-version>
-        <spring-cloud-netflix-version>2.2.1.RELEASE</spring-cloud-netflix-version>
         <spring-cloud-zookeeper-version>2.2.0.RELEASE</spring-cloud-zookeeper-version>
         <spring-security-version>5.2.1.RELEASE</spring-security-version>
         <spring-version-range>[5,6)</spring-version-range>