You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/09/28 16:49:32 UTC

knox git commit: KNOX-1477 - Bump commons-* dependency versions

Repository: knox
Updated Branches:
  refs/heads/master 61ae35976 -> 5cc08477c


KNOX-1477 - Bump commons-* dependency versions

Signed-off-by: Kevin Risden <kr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/5cc08477
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/5cc08477
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/5cc08477

Branch: refs/heads/master
Commit: 5cc08477c645f19afe85ab4c97adde3d6b645282
Parents: 61ae359
Author: Kevin Risden <kr...@apache.org>
Authored: Fri Sep 28 12:16:56 2018 -0400
Committer: Kevin Risden <kr...@apache.org>
Committed: Fri Sep 28 12:49:05 2018 -0400

----------------------------------------------------------------------
 gateway-shell/pom.xml        |  1 -
 gateway-test-release/pom.xml | 13 -------------
 pom.xml                      | 31 ++++++++++++++++++++++---------
 3 files changed, 22 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/5cc08477/gateway-shell/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-shell/pom.xml b/gateway-shell/pom.xml
index addfda6..a731fc1 100644
--- a/gateway-shell/pom.xml
+++ b/gateway-shell/pom.xml
@@ -79,7 +79,6 @@
         <dependency>
             <groupId>commons-configuration</groupId>
             <artifactId>commons-configuration</artifactId>
-            <version>1.6</version>
         </dependency>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/knox/blob/5cc08477/gateway-test-release/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-release/pom.xml b/gateway-test-release/pom.xml
index 8612bf7..e9c39a7 100644
--- a/gateway-test-release/pom.xml
+++ b/gateway-test-release/pom.xml
@@ -171,27 +171,14 @@
                     <groupId>org.apache.directory.server</groupId>
                     <artifactId>apacheds-all</artifactId>
                 </exclusion>
-
-                <exclusion>
-                    <groupId>commons-configuration</groupId>
-                    <artifactId>commons-configuration</artifactId>
-                </exclusion>
-
                 <exclusion>
                     <groupId>com.fasterxml.jackson.core</groupId>
                     <artifactId>jackson-databind</artifactId>
                 </exclusion>
-
             </exclusions>
         </dependency>
 
         <dependency>
-            <groupId>commons-configuration</groupId>
-            <artifactId>commons-configuration</artifactId>
-            <version>1.10</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest-library</artifactId>
             <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/knox/blob/5cc08477/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 425a8eb..878538b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,15 @@
         <!-- Dependencies sorted alphabetically -->
         <apacheds-version>2.0.0-M16</apacheds-version>
         <checkstyle.version>8.12</checkstyle.version>
-        <commons-beanutils-version>1.9.3</commons-beanutils-version>
+        <commons-beanutils.version>1.9.3</commons-beanutils.version>
+        <commons-cli.version>1.4</commons-cli.version>
+        <commons-codec.version>1.11</commons-codec.version>
+        <commons-collections.version>3.2.2</commons-collections.version>
+        <commons-configuration.version>1.10</commons-configuration.version>
+        <commons-digester3.version>3.2</commons-digester3.version>
+        <commons-io.version>2.6</commons-io.version>
+        <commons-lang3.version>3.8</commons-lang3.version>
+        <commons-net.version>3.6</commons-net.version>
         <findsecbugs-plugin.version>1.8.0</findsecbugs-plugin.version>
         <forbiddenapis.version>2.6</forbiddenapis.version>
         <groovy-version>2.4.8</groovy-version>
@@ -1103,42 +1111,47 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.4</version>
+                <version>${commons-io.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.4</version>
+                <version>${commons-lang3.version}</version>
             </dependency>
             <dependency>
                 <groupId>commons-cli</groupId>
                 <artifactId>commons-cli</artifactId>
-                <version>1.2</version>
+                <version>${commons-cli.version}</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>
                 <artifactId>commons-codec</artifactId>
-                <version>1.7</version>
+                <version>${commons-codec.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-configuration</groupId>
+                <artifactId>commons-configuration</artifactId>
+                <version>${commons-configuration.version}</version>
             </dependency>
             <dependency>
                 <groupId>commons-net</groupId>
                 <artifactId>commons-net</artifactId>
-                <version>1.4.1</version>
+                <version>${commons-net.version}</version>
             </dependency>
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.2.2</version>
+                <version>${commons-collections.version}</version>
             </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>${commons-beanutils-version}</version>
+                <version>${commons-beanutils.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-digester3</artifactId>
-                <version>3.2</version>
+                <version>${commons-digester3.version}</version>
             </dependency>
 
             <dependency>