Repository: camel Updated Branches: refs/heads/master c81ef17d9 -> 9fc69d506
CAMEL-10005: HDFS2 - ClassNotFoundException - org.apache.htrace.SamplerBuilder Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9fc69d50 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9fc69d50 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9fc69d50 Branch: refs/heads/master Commit: 9fc69d5069ea7c3c74cc597387b4637a0103d2bb Parents: c81ef17 Author: lburgazzoli <lburgazz...@gmail.com> Authored: Wed Jun 1 09:18:58 2016 +0200 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Wed Jun 1 09:18:58 2016 +0200 ---------------------------------------------------------------------- parent/pom.xml | 1 + platforms/karaf/features/src/main/resources/features.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9fc69d50/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 6fdce36..8433300 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -239,6 +239,7 @@ <hsqldb-version>2.3.4</hsqldb-version> <htmlunit.version>2.20</htmlunit.version> <htmlunit-bundle-version>2.20_1</htmlunit-bundle-version> + <htrace-version>3.1.0-incubating</htrace-version> <httpunit-version>1.7</httpunit-version> <httpcore4-version>4.4.4</httpcore4-version> <httpclient4-version>4.5.2</httpclient4-version> http://git-wip-us.apache.org/repos/asf/camel/blob/9fc69d50/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 401dc5a..8716db6 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -698,6 +698,7 @@ <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/${xerces-bundle-version}</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${xmlresolver-bundle-version}</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api-1.1.1/${servicemix-specs-version}</bundle> + <bundle dependency='true'>wrap:mvn:org.apache.htrace/htrace-core/${htrace-version}$Bundle-SymbolicName=Apache-HTrace-Core</bundle> <bundle>mvn:org.apache.camel/camel-hdfs2/${project.version}</bundle> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.hadoop-client/${hadoop2-bundle-version}</bundle> </feature>