Repository: camel Updated Branches: refs/heads/camel-2.17.x 0be02b861 -> a7598455a
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/a7598455 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a7598455 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a7598455 Branch: refs/heads/camel-2.17.x Commit: a7598455afc49cc4e01a7b251f450bafc4167883 Parents: 0be02b8 Author: lburgazzoli <lburgazz...@gmail.com> Authored: Wed Jun 1 09:18:58 2016 +0200 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Wed Jun 1 09:20:21 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/a7598455/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index fdd6a69..bd42cb1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -236,6 +236,7 @@ <hsqldb-version>2.3.3</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/a7598455/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 5cf7fc1..a2f06d8 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -673,6 +673,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>