CAMEL-11326: Exclude org.json from camel-spark due category-x license and not allowed
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c5d0e0aa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c5d0e0aa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c5d0e0aa Branch: refs/heads/camel-2.19.x Commit: c5d0e0aaf387f6bdfae7c936d00ed5c011c0ef45 Parents: cee2be2 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu May 25 11:37:39 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu May 25 11:38:04 2017 +0200 ---------------------------------------------------------------------- components/camel-spark/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c5d0e0aa/components/camel-spark/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spark/pom.xml b/components/camel-spark/pom.xml index 725963e..b41b561 100644 --- a/components/camel-spark/pom.xml +++ b/components/camel-spark/pom.xml @@ -75,6 +75,10 @@ <groupId>log4j</groupId> <artifactId>apache-log4j-extras</artifactId> </exclusion> + <exclusion> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </exclusion> </exclusions> </dependency>