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/04/14 15:02:09 UTC

[camel-karaf] branch master updated: Remove the Spring Security property placeholder since not used

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


The following commit(s) were added to refs/heads/master by this push:
     new b5d8529  Remove the Spring Security property placeholder since not used
b5d8529 is described below

commit b5d8529270f651bf88efd0e43c24b344501c8d2a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 14 17:01:32 2020 +0200

    Remove the Spring Security property placeholder since not used
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3ea100..56e080c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -688,7 +688,6 @@
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.2.5.RELEASE</spring5-version>
-        <spring-security-version>5.3.0.RELEASE</spring-security-version>
         <spring-ws-version>3.0.8.RELEASE</spring-ws-version>
         <spring-ws-bundle-version>3.0.8.RELEASE_1</spring-ws-bundle-version>
         <spring-xml-bundle-version>3.0.7.RELEASE_1</spring-xml-bundle-version>