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:30:07 UTC

[camel] 01/02: Remove spring4-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 3448710d325db0fd40db8c8d984d9f3e902edfaf
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Jul 25 20:21:54 2018 +0200

    Remove spring4-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 ed3ce52..5fb580e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -651,7 +651,6 @@
     <!-- 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>
-    <spring4-version>4.3.17.RELEASE</spring4-version>
     <spring5-version>5.0.7.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.5.RELEASE</spring-security-version>