Repository: camel Updated Branches: refs/heads/camel-2.15.x b566cdbc8 -> 65bbda649
[CAMEL-8835][CAMEL-7985] Replace PojoSR with felix-connect Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/65bbda64 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/65bbda64 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/65bbda64 Branch: refs/heads/camel-2.15.x Commit: 65bbda649673076e06a4e12bfd254cecdb5af13d Parents: b566cdb Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Jul 31 17:17:23 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Jul 31 17:17:23 2015 +0200 ---------------------------------------------------------------------- components/camel-test-blueprint/pom.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/65bbda64/components/camel-test-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml index 6ef89f3..e17aceb 100644 --- a/components/camel-test-blueprint/pom.xml +++ b/components/camel-test-blueprint/pom.xml @@ -56,7 +56,7 @@ </dependency> <!-- the ordering of the dependencies can matter as we load the dependencies from the classpath - with pojosr, and you may get a weird error if wrong order --> + with felix-connect, and you may get a weird error if wrong order --> <dependency> <groupId>org.apache.aries.proxy</groupId> <artifactId>org.apache.aries.proxy.api</artifactId> @@ -85,16 +85,6 @@ <version>${aries-util-version}</version> </dependency> <dependency> - <groupId>org.apache.aries.proxy</groupId> - <artifactId>org.apache.aries.proxy.impl</artifactId> - <version>${aries-blueprint-proxy-impl-version}</version> - </dependency> - <dependency> - <groupId>org.apache.aries.proxy</groupId> - <artifactId>org.apache.aries.proxy.api</artifactId> - <version>${aries-blueprint-proxy-version}</version> - </dependency> - <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.connect</artifactId> <version>${felix-connect-version}</version>