Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x cee2be28a -> c5d0e0aaf
  refs/heads/master 1fe303771 -> be29ddebf


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/be29ddeb
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/be29ddeb
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/be29ddeb

Branch: refs/heads/master
Commit: be29ddebf3c7823fea6f2bbb1eaff9062fe379cf
Parents: 1fe3037
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:37:39 2017 +0200

----------------------------------------------------------------------
 components/camel-spark/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/be29ddeb/components/camel-spark/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spark/pom.xml b/components/camel-spark/pom.xml
index 59b6bfc..94b1331 100644
--- a/components/camel-spark/pom.xml
+++ b/components/camel-spark/pom.xml
@@ -78,6 +78,10 @@
           <groupId>log4j</groupId>
           <artifactId>apache-log4j-extras</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.json</groupId>
+          <artifactId>json</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 

Reply via email to