This is an automated email from the ASF dual-hosted git repository. davsclaus 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 7850531 Fixed test 7850531 is described below commit 78505317819614f9c007098ca2f5546cf6442847 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 6 17:17:55 2020 +0100 Fixed test --- components/camel-osgi-activator/src/assembly/test-bundles.xml | 4 ---- .../org/apache/camel/component/osgi/activator/PaxExamOptions.java | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/components/camel-osgi-activator/src/assembly/test-bundles.xml b/components/camel-osgi-activator/src/assembly/test-bundles.xml index bb7d4ae..19f09b1 100644 --- a/components/camel-osgi-activator/src/assembly/test-bundles.xml +++ b/components/camel-osgi-activator/src/assembly/test-bundles.xml @@ -33,13 +33,9 @@ <include>org.apache.camel:camel-core-engine</include> <include>org.apache.camel:camel-api</include> <include>org.apache.camel:camel-base</include> - <include>org.apache.camel:camel-xml-jaxp</include> <include>org.apache.camel:camel-management-api</include> <include>org.apache.camel:camel-support</include> <include>org.apache.camel:camel-util</include> - <include>org.apache.camel:camel-util-json</include> - <include>org.apache.camel:camel-tooling-model</include> - <include>org.apache.camel:camel-tooling-util</include> <include>org.apache.camel:spi-annotations</include> <include>org.apache.camel:camel-timer</include> <include>org.apache.camel:camel-log</include> diff --git a/components/camel-osgi-activator/src/test/java/org/apache/camel/component/osgi/activator/PaxExamOptions.java b/components/camel-osgi-activator/src/test/java/org/apache/camel/component/osgi/activator/PaxExamOptions.java index 0f0a40c..9bc599d 100644 --- a/components/camel-osgi-activator/src/test/java/org/apache/camel/component/osgi/activator/PaxExamOptions.java +++ b/components/camel-osgi-activator/src/test/java/org/apache/camel/component/osgi/activator/PaxExamOptions.java @@ -65,15 +65,13 @@ public enum PaxExamOptions { createStreamBundleOption("camel-core-engine.jar"), createStreamBundleOption("camel-api.jar"), createStreamBundleOption("camel-base.jar"), - createStreamBundleOption("camel-xml-jaxp.jar"), createStreamBundleOption("camel-management-api.jar"), createStreamBundleOption("camel-support.jar"), createStreamBundleOption("camel-util.jar"), - createStreamBundleOption("camel-util-json.jar"), createStreamBundleOption("spi-annotations.jar"), createStreamBundleOption("camel-timer.jar"), createStreamBundleOption("camel-log.jar"), - createStreamBundleOption("camel-core-osgi.jar") + createStreamBundleOption("camel-core-osgi.jar") ); private final Option[] options;