You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/07/25 18:13:41 UTC

[camel] 03/03: Remove spring-retry-version property placeholder as it's not used

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

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

commit 745533003f9dbcae5143e8a3e37735c07ddda454
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Jul 25 20:13:31 2018 +0200

    Remove spring-retry-version property placeholder as it's not used
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 584454c..ed3ce52 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -648,7 +648,6 @@
     <spring-integration-version>5.0.3.RELEASE</spring-integration-version>
     <spring-ldap-version>2.3.2.RELEASE</spring-ldap-version>
     <spring-ldap-bundle-version>2.3.2.RELEASE_1</spring-ldap-bundle-version>
-    <spring-retry-version>1.2.2.RELEASE</spring-retry-version>
     <!-- karaf 4.1.x supports spring 4.x and karaf 4.2.x supports spring 5 -->
     <spring-version-range>[4.3,6)</spring-version-range>
     <spring-version>${spring5-version}</spring-version>