Repository: camel Updated Branches: refs/heads/master b836e9f50 -> 911891f96
Remove jolt-core from camel-core dependencies Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/911891f9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/911891f9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/911891f9 Branch: refs/heads/master Commit: 911891f96468e78ff3ee6e64c94418b71b42bb89 Parents: b836e9f Author: lburgazzoli <lburgazz...@gmail.com> Authored: Wed Mar 15 09:24:20 2017 +0100 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Wed Mar 15 09:24:29 2017 +0100 ---------------------------------------------------------------------- camel-core/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/911891f9/camel-core/pom.xml ---------------------------------------------------------------------- diff --git a/camel-core/pom.xml b/camel-core/pom.xml index 2466dba..b9f6430 100644 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -196,11 +196,6 @@ <version>${xml-resolver-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>com.bazaarvoice.jolt</groupId> - <artifactId>jolt-core</artifactId> - <version>0.0.23</version> - </dependency> </dependencies>