You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/08/05 12:43:06 UTC

[camel] branch slack-json-simple created (now fe8c40f)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch slack-json-simple
in repository https://gitbox.apache.org/repos/asf/camel.git.


      at fe8c40f  Camel-Slack: Removed junit from jsonsimple dependency, it shouldn't be a runtime dependency

This branch includes the following new commits:

     new fe8c40f  Camel-Slack: Removed junit from jsonsimple dependency, it shouldn't be a runtime dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Camel-Slack: Removed junit from jsonsimple dependency, it shouldn't be a runtime dependency

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch slack-json-simple
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fe8c40fe074d6dbe234940d53c17940a1f03c09f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 5 14:38:09 2020 +0200

    Camel-Slack: Removed junit from jsonsimple dependency, it shouldn't be a runtime dependency
---
 components/camel-slack/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-slack/pom.xml b/components/camel-slack/pom.xml
index 14a83ad..9a90077 100644
--- a/components/camel-slack/pom.xml
+++ b/components/camel-slack/pom.xml
@@ -50,6 +50,12 @@
             <groupId>com.googlecode.json-simple</groupId>
             <artifactId>json-simple</artifactId>
             <version>${json-simple-version}</version>
+            <exclusions>
+               <exclusion>
+                   <groupId>junit</groupId>
+                   <artifactId>junit</artifactId>
+               </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>