You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/10/06 12:39:22 UTC

[12/15] oodt git commit: OODT-839 remove ftp version and fix test

OODT-839 remove ftp version and fix test

git-svn-id: https://svn.apache.org/repos/asf/oodt/branches/dependency-update@1705327 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/01ed20ff
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/01ed20ff
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/01ed20ff

Branch: refs/heads/master
Commit: 01ed20ff2c4bc3ea46756134eb62f2b79cd4fafd
Parents: 76e0971
Author: Tom Barber <ma...@apache.org>
Authored: Fri Sep 25 15:52:30 2015 +0000
Committer: Tom Barber <ma...@apache.org>
Committed: Fri Sep 25 15:52:30 2015 +0000

----------------------------------------------------------------------
 core/pom.xml         | 15 +++++++++++++++
 protocol/ftp/pom.xml |  6 ------
 2 files changed, 15 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/01ed20ff/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index b30b804..c1cdbea 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -192,6 +192,11 @@ the License.
         <version>2.6.0</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.ftpserver</groupId>
+        <artifactId>ftpserver-core</artifactId>
+        <version>1.0.5</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.geronimo.javamail</groupId>
         <artifactId>geronimo-javamail_1.4_mail</artifactId>
         <version>1.8.1</version>
@@ -357,6 +362,16 @@ the License.
         <scope>test</scope>
       </dependency>
       <dependency>
+        <groupId>org.jglobus</groupId>
+        <artifactId>gss</artifactId>
+        <version>2.0.6</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jglobus</groupId>
+        <artifactId>JGlobus-GridFTP</artifactId>
+        <version>2.0.0</version>
+      </dependency>
+      <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-all</artifactId>
         <version>1.9.5</version>

http://git-wip-us.apache.org/repos/asf/oodt/blob/01ed20ff/protocol/ftp/pom.xml
----------------------------------------------------------------------
diff --git a/protocol/ftp/pom.xml b/protocol/ftp/pom.xml
index e200794..c7545cb 100644
--- a/protocol/ftp/pom.xml
+++ b/protocol/ftp/pom.xml
@@ -29,13 +29,11 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.ftpserver</groupId>
       <artifactId>ftpserver-core</artifactId>
-      <version>1.0.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -46,23 +44,19 @@
     <dependency>
       <groupId>org.jglobus</groupId>
       <artifactId>gss</artifactId>
-      <version>2.0.6</version>
     </dependency>
     <dependency>
       <groupId>org.jglobus</groupId>
       <artifactId>JGlobus-GridFTP</artifactId>
-      <version>2.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
-      <version>1.9.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>1.5.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>