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
The following commit(s) were added to refs/heads/master by this push: new 05089ea Use Lz4 new groupId/Artifact to reflect the Kafka dependency 05089ea is described below commit 05089ea2d6e7247a71010838d6266bfdb81ae77a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 1 08:11:16 2018 +0100 Use Lz4 new groupId/Artifact to reflect the Kafka dependency --- parent/pom.xml | 2 +- platforms/karaf/features/src/main/resources/features.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index c5d5b8b..83c397a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -463,7 +463,7 @@ <lucene-version-range>[5,6)</lucene-version-range> <lightcouch-version>0.2.0</lightcouch-version> <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version> - <lz4-version>1.2.0</lz4-version> + <lz4-version>1.4.0</lz4-version> <!-- needed from tooling/archetypes --> <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms --> <maven-antrun-plugin-version>1.6</maven-antrun-plugin-version> diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index f45d720..56c14f1 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1310,7 +1310,7 @@ <feature version='${project.version}'>camel-core</feature> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.kafka-clients/${kafka-bundle-version}</bundle> <bundle dependency='true'>mvn:org.xerial.snappy/snappy-java/${snappy-version}</bundle> - <bundle dependency='true'>wrap:mvn:net.jpountz.lz4/lz4/${lz4-version}</bundle> + <bundle dependency='true'>wrap:mvn:org.lz4/lz4-java/${lz4-version}</bundle> <bundle>mvn:org.apache.camel/camel-kafka/${project.version}</bundle> </feature> <feature name='camel-kestrel' version='${project.version}' resolver='(obr)' start-level='50'> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.