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

svn commit: r1452370 - in /commons/proper/vfs/trunk: core/pom.xml pom.xml src/changes/changes.xml

Author: joehni
Date: Mon Mar  4 16:24:26 2013
New Revision: 1452370

URL: http://svn.apache.org/r1452370
Log:
Remove unused dependency to javax.jcr:jcr (VFS-469).

Modified:
    commons/proper/vfs/trunk/core/pom.xml
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1452370&r1=1452369&r2=1452370&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Mon Mar  4 16:24:26 2013
@@ -126,10 +126,6 @@
       <scope>test</scope>
     </dependency>
     <!-- Test WebDAV with Apache Jackrabbit-->
-    <dependency> 
-      <groupId>javax.jcr</groupId> 
-      <artifactId>jcr</artifactId> 
-    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-standalone</artifactId>

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1452370&r1=1452369&r2=1452370&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Mar  4 16:24:26 2013
@@ -437,11 +437,6 @@
         <scope>test</scope>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit -->
-      <dependency> 
-        <groupId>javax.jcr</groupId> 
-        <artifactId>jcr</artifactId> 
-        <version>1.0</version> 
-      </dependency>
       <dependency>
         <groupId>org.apache.jackrabbit</groupId>
         <artifactId>jackrabbit-standalone</artifactId>

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1452370&r1=1452369&r2=1452370&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Mon Mar  4 16:24:26 2013
@@ -26,6 +26,9 @@
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->
 <!--     	[Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
+      <action issue="VFS-469" dev="joehni" type="remove">
+        Remove unused dependency to javax.jcr:jcr.
+      </action>
       <action issue="VFS-283" dev="joehni" type="update">
         [SFTP] SFTP provider did not support passphrase-protected keys nor the exchange of a public key with
         a requesting SFTP server. To support such triples (private key/passphrase/public key) instead of private