You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2017/08/30 02:14:41 UTC

[4/4] james-project git commit: JAMES-2130 commons-io has moved

JAMES-2130 commons-io has moved


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4b334fc1
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4b334fc1
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4b334fc1

Branch: refs/heads/master
Commit: 4b334fc14f1a7d0342ad8cd487e041ce810209f5
Parents: 824b7ef
Author: Matthieu Baechler <ma...@apache.org>
Authored: Fri Aug 25 15:48:26 2017 +0200
Committer: benwa <bt...@linagora.com>
Committed: Wed Aug 30 09:12:26 2017 +0700

----------------------------------------------------------------------
 mailet/crypto/pom.xml         | 8 ++++----
 pom.xml                       | 5 -----
 protocols/managesieve/pom.xml | 8 ++++----
 3 files changed, 8 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/4b334fc1/mailet/crypto/pom.xml
----------------------------------------------------------------------
diff --git a/mailet/crypto/pom.xml b/mailet/crypto/pom.xml
index de09bb2..b823d24 100644
--- a/mailet/crypto/pom.xml
+++ b/mailet/crypto/pom.xml
@@ -51,12 +51,12 @@
             <artifactId>javax.mail</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
-            <artifactId>javax.inject</artifactId>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-io</artifactId>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>

http://git-wip-us.apache.org/repos/asf/james-project/blob/4b334fc1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c8156c..9e229bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1758,11 +1758,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>${apache-commons-io.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
                 <version>${commons-lang3.version}</version>
             </dependency>

http://git-wip-us.apache.org/repos/asf/james-project/blob/4b334fc1/protocols/managesieve/pom.xml
----------------------------------------------------------------------
diff --git a/protocols/managesieve/pom.xml b/protocols/managesieve/pom.xml
index 6fe4f15..b0809b2 100644
--- a/protocols/managesieve/pom.xml
+++ b/protocols/managesieve/pom.xml
@@ -39,6 +39,10 @@
             <artifactId>guava</artifactId>
         </dependency>
         <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
         </dependency>
@@ -48,10 +52,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-io</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>apache-jsieve-core</artifactId>
         </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org