Repository: camel Updated Branches: refs/heads/master 2c5b41e66 -> 601ea3afd
CAMEL-8239 Exported the jetty8 and jetty9 packages to fixed the unit test errors of camel components Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/601ea3af Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/601ea3af Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/601ea3af Branch: refs/heads/master Commit: 601ea3afd338abc90b904f8cdd5ee87650c6dce9 Parents: 2c5b41e Author: Willem Jiang <willem.ji...@gmail.com> Authored: Thu Jan 15 15:41:56 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Thu Jan 15 15:41:56 2015 +0800 ---------------------------------------------------------------------- components/camel-jetty/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/601ea3af/components/camel-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml index eaf61d0..b2d3270 100644 --- a/components/camel-jetty/pom.xml +++ b/components/camel-jetty/pom.xml @@ -33,7 +33,7 @@ <camel.osgi.import.before.defaults> javax.servlet.*;version="${servlet-version-range}" </camel.osgi.import.before.defaults> - <camel.osgi.export.pkg>org.apache.camel.component.jetty.*</camel.osgi.export.pkg> + <camel.osgi.export.pkg>org.apache.camel.component.jetty*</camel.osgi.export.pkg> <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=jetty</camel.osgi.export.service> </properties> @@ -85,7 +85,7 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jmx</artifactId> </dependency> - + <!-- test dependencies --> <dependency> <groupId>org.apache.camel</groupId>