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:07 UTC

[camel] 01/01: 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 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>