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 2017/10/26 07:41:14 UTC

[camel] 02/02: Use the new Java Util 1.31.1_1 bundle in the Camel-headersmap Karaf feature

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 6a01f7f4574f1d01dee7c29ab1aa9fd72d8c8bdb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 26 09:34:54 2017 +0200

    Use the new Java Util 1.31.1_1 bundle in the Camel-headersmap Karaf feature
---
 parent/pom.xml                                           | 1 +
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ed6dbee..3854d93 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -340,6 +340,7 @@
     <java-apns-version>1.0.0.Beta6</java-apns-version>
     <java-ewah-version>1.1.6</java-ewah-version>
     <java-util-version>1.31.1</java-util-version>
+    <java-util-bundle-version>1.31.1_1</java-util-bundle-version>
     <jna-version>4.2.2</jna-version>
     <jnats-version>1.0</jnats-version>
     <javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index a8bc759..ebc6e51 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -927,7 +927,7 @@
   </feature>
   <feature name='camel-headersmap' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
-    <bundle dependency='true'>wrap:mvn:com.cedarsoftware/java-util/${java-util-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.java-util/${java-util-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-headersmap/${project.version}</bundle>
   </feature>
   <feature name='camel-hipchat' version='${project.version}' resolver='(obr)' start-level='50'>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.