Author: ggregory
Date: Thu Jan  3 19:20:39 2013
New Revision: 1428559

URL: http://svn.apache.org/viewvc?rev=1428559&view=rev
Log:
[VFS-442] Add an HDFS FileSystem Provider. Use current version of Hadoop 
dependencies.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1428559&r1=1428558&r2=1428559&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Jan  3 19:20:39 2013
@@ -447,19 +447,19 @@
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-core</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.1</version>
         <scope>provided</scope>
       </dependency>    
          <dependency>
                <groupId>org.apache.hadoop</groupId>
                <artifactId>hadoop-test</artifactId>
-               <version>1.1.0</version>
+               <version>1.1.1</version>
                <scope>test</scope>
          </dependency>
          <dependency>
                <groupId>javax.ws.rs</groupId>
                <artifactId>jsr311-api</artifactId>
-               <version>1.0</version>
+               <version>1.1.1</version>
                <scope>test</scope>
          </dependency>
     </dependencies>


Reply via email to