Updated Branches: refs/heads/master dcacdbd49 -> a6b292489
Fixed features.xml in camel-example-sql Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a6b29248 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a6b29248 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a6b29248 Branch: refs/heads/master Commit: a6b292489fe966a6113244ba403455ba29f80f2d Parents: b41e3d7 Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Jul 1 22:40:14 2013 +0400 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jul 3 08:18:48 2013 +0400 ---------------------------------------------------------------------- examples/camel-example-sql/src/main/resources/features.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a6b29248/examples/camel-example-sql/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-sql/src/main/resources/features.xml b/examples/camel-example-sql/src/main/resources/features.xml index 41f230d..d00926c 100644 --- a/examples/camel-example-sql/src/main/resources/features.xml +++ b/examples/camel-example-sql/src/main/resources/features.xml @@ -23,8 +23,8 @@ <feature version="${project.version}">camel-spring</feature> <feature version="${project.version}">camel-sql</feature> <bundle>mvn:org.apache.derby/derby/${derby-version}</bundle> - <bundle>mvn:mvn:commons-pool/commons-pool/${commons-pool-version}</bundle> - <bundle>mvn:mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/${commons-dbcp-bundle-version}</bundle> + <bundle>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle> + <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/${commons-dbcp-bundle-version}</bundle> <bundle>mvn:org.apache.camel/camel-example-sql/${project.version}</bundle> </feature>