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:39:54 UTC

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

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new df74c5b  Camel-Slack: Removed junit from jsonsimple dependency, it shouldn't be a runtime dependency
df74c5b is described below

commit df74c5b3a00c8132435af94dfadd39e5829e910f
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 24ac3e9..ddb11dc 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>