You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2017/01/30 16:02:14 UTC

camel git commit: Add a dependency to commons-lang. It's currently already available as a transitive dependency through cxf, but cxf 3.2 does not have this dependency anymore, so it will ease the migration.

Repository: camel
Updated Branches:
  refs/heads/master bdf9f5dad -> 7fa13486a


Add a dependency to commons-lang.
It's currently already available as a transitive dependency through cxf, but cxf 3.2 does not have this dependency anymore, so it will ease the migration.

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

Branch: refs/heads/master
Commit: 7fa13486afa0b37135387fae6b929426aaca89ec
Parents: bdf9f5d
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Jan 30 16:58:53 2017 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Jan 30 16:59:36 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/7fa13486/components/camel-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 88ef884..af0b126 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -347,6 +347,13 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
 
   <build>