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/31 08:01:31 UTC

[camel] 28/43: CAMEL-14715 - Remove spring-data-* bundle property placeholders (camel-karaf-migration)

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

commit 73128b8fd199109883366b55692ab659cfb89dff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 08:46:40 2020 +0200

    CAMEL-14715 - Remove spring-data-* bundle property placeholders (camel-karaf-migration)
---
 parent/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a5f8e82..986a725 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -504,10 +504,7 @@
         <splunk-version>1.6.5.0_1</splunk-version>
         <spring-batch-version>4.2.1.RELEASE</spring-batch-version>
         <spring-boot-version>2.2.6.RELEASE</spring-boot-version>
-        <spring-data-commons-bundle-version>2.2.4.RELEASE_1</spring-data-commons-bundle-version>
-        <spring-data-keyvalue-bundle-version>2.2.4.RELEASE_1</spring-data-keyvalue-bundle-version>
         <spring-data-redis-version>2.2.4.RELEASE</spring-data-redis-version>
-        <spring-data-redis-bundle-version>2.2.4.RELEASE_1</spring-data-redis-bundle-version>
         <spring-integration-version>5.2.5.RELEASE</spring-integration-version>
         <spring-ldap-version>2.3.2.RELEASE</spring-ldap-version>
         <spring-ldap-bundle-version>2.3.2.RELEASE_2</spring-ldap-bundle-version>