You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/27 04:24:57 UTC

[2/3] camel git commit: Moved the commons-codec version into parent/pom.xml

Moved the commons-codec version into parent/pom.xml


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

Branch: refs/heads/master
Commit: 12098f71367c0f2cc8ca3539d9d4fc2d3405a463
Parents: 4fc424f
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Mar 27 11:20:46 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Mar 27 11:23:20 2015 +0800

----------------------------------------------------------------------
 components/camel-atom/pom.xml        | 1 -
 components/camel-aws/pom.xml         | 1 -
 components/camel-base64/pom.xml      | 1 -
 components/camel-crypto/pom.xml      | 1 -
 components/camel-github/pom.xml      | 1 -
 components/camel-hbase/pom.xml       | 1 -
 components/camel-hdfs/pom.xml        | 1 -
 components/camel-hdfs2/pom.xml       | 1 -
 components/camel-http/pom.xml        | 1 -
 components/camel-smpp/pom.xml        | 1 -
 components/camel-solr/pom.xml        | 1 -
 components/camel-xmlsecurity/pom.xml | 1 -
 parent/pom.xml                       | 6 ++++++
 13 files changed, 6 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-atom/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index 5b88e37..605fd63 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -69,7 +69,6 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>${commons-codec-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.abdera</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-aws/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index 6edcf31..623ab65 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -115,7 +115,6 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>javax.mail</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-base64/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-base64/pom.xml b/components/camel-base64/pom.xml
index fa7b4d3..7e9450e 100644
--- a/components/camel-base64/pom.xml
+++ b/components/camel-base64/pom.xml
@@ -48,7 +48,6 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>${commons-codec-version}</version>
     </dependency>
 
     <!-- testing -->

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml
index f181bc5..2601dd9 100644
--- a/components/camel-crypto/pom.xml
+++ b/components/camel-crypto/pom.xml
@@ -55,7 +55,6 @@
 		<dependency>
 			<groupId>commons-codec</groupId>
 			<artifactId>commons-codec</artifactId>
-			<version>${commons-codec-version}</version>
 		</dependency>
  		<dependency>
 			<groupId>org.bouncycastle</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-github/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-github/pom.xml b/components/camel-github/pom.xml
index 3c07536..8f49658 100644
--- a/components/camel-github/pom.xml
+++ b/components/camel-github/pom.xml
@@ -42,7 +42,6 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>${commons-codec-version}</version>
     </dependency>
 
     <!-- testing -->

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml
index 851eaf5..e5e14a6 100644
--- a/components/camel-hbase/pom.xml
+++ b/components/camel-hbase/pom.xml
@@ -89,7 +89,6 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml
index 4f0088d..02f0a09 100644
--- a/components/camel-hdfs/pom.xml
+++ b/components/camel-hdfs/pom.xml
@@ -81,7 +81,6 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-hdfs2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/pom.xml b/components/camel-hdfs2/pom.xml
index 9a44f3e..a2f6605 100644
--- a/components/camel-hdfs2/pom.xml
+++ b/components/camel-hdfs2/pom.xml
@@ -74,7 +74,6 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>${commons-codec-version}</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml
index 006df2e..7648d67 100644
--- a/components/camel-http/pom.xml
+++ b/components/camel-http/pom.xml
@@ -64,7 +64,6 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>${commons-codec-version}</version>
     </dependency>
 
     <!-- testing -->

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-smpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-smpp/pom.xml b/components/camel-smpp/pom.xml
index eaf99be..af34a9e 100644
--- a/components/camel-smpp/pom.xml
+++ b/components/camel-smpp/pom.xml
@@ -50,7 +50,6 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>${commons-codec-version}</version>
         </dependency>
 
         <!-- testing -->

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-solr/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 387f8c9..737de6f 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -49,7 +49,6 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>${commons-codec-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/components/camel-xmlsecurity/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index 6cb26e9..fc5aff6 100755
--- a/components/camel-xmlsecurity/pom.xml
+++ b/components/camel-xmlsecurity/pom.xml
@@ -50,7 +50,6 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>${commons-codec-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.santuario</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/12098f71/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5feafb6..c6e0d25 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1918,6 +1918,12 @@
         <version>${commons-logging-version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>${commons-codec-version}</version>
+      </dependency>
+
       <!-- optional dependencies for osgi -->
       <dependency>
         <groupId>org.osgi</groupId>