Repository: camel Updated Branches: refs/heads/master 8bb9905e6 -> 300792e14
CAMEL-11842: CNFE when configuring camel-docker TLS options Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/300792e1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/300792e1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/300792e1 Branch: refs/heads/master Commit: 300792e14c417d43f81ea486b48c2fbd8a5b0ae3 Parents: 8bb9905 Author: James Netherton <jamesnether...@gmail.com> Authored: Tue Sep 26 14:47:44 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Sep 26 16:58:08 2017 +0200 ---------------------------------------------------------------------- components/camel-docker/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/300792e1/components/camel-docker/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-docker/pom.xml b/components/camel-docker/pom.xml index 7edaeed..f1c07e2 100644 --- a/components/camel-docker/pom.xml +++ b/components/camel-docker/pom.xml @@ -51,16 +51,6 @@ <groupId>com.github.docker-java</groupId> <artifactId>docker-java</artifactId> <version>${docker-java-version}</version> - <exclusions> - <exclusion> - <groupId>org.glassfish.jersey.connectors</groupId> - <artifactId>jersey-apache-connector</artifactId> - </exclusion> - <exclusion> - <groupId>org.glassfish.jersey.core</groupId> - <artifactId>jersey-client</artifactId> - </exclusion> - </exclusions> </dependency> <!-- need to avoid the snapshot dependency -->