You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/10/03 07:30:41 UTC

camel git commit: camel-exec: remove unused commons-lang dependency (commons-lang is neither used directly nor by a transitive dependency)

Repository: camel
Updated Branches:
  refs/heads/master d8f8b1258 -> 23d5d22f9


camel-exec: remove unused commons-lang dependency (commons-lang is neither used directly nor by a transitive dependency)


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/23d5d22f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/23d5d22f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/23d5d22f

Branch: refs/heads/master
Commit: 23d5d22f97fc1dace6b6a1e2535ad7c2bd41338c
Parents: d8f8b12
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Fri Sep 29 19:25:40 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Oct 3 09:30:33 2017 +0200

----------------------------------------------------------------------
 components/camel-exec/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/23d5d22f/components/camel-exec/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-exec/pom.xml b/components/camel-exec/pom.xml
index e00c82b..1dca4c0 100644
--- a/components/camel-exec/pom.xml
+++ b/components/camel-exec/pom.xml
@@ -51,11 +51,6 @@
       <artifactId>commons-io</artifactId>
       <version>${commons-io-version}</version>
     </dependency>
-     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>${commons-lang-version}</version>
-    </dependency>
 
     <!-- test scope -->
     <dependency>