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/22057838 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/22057838 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/22057838 Branch: refs/heads/camel-2.18.x Commit: 22057838deebdf8b3cdb4207be13e768e2c3c0cd Parents: 21f5993 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 14:44:20 2017 +0200 ---------------------------------------------------------------------- components/camel-spark/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/22057838/components/camel-spark/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spark/pom.xml b/components/camel-spark/pom.xml index af99007..4bf0ffe 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>