Author: ggregory
Date: Fri Apr 20 13:16:29 2012
New Revision: 1328366

URL: http://svn.apache.org/viewvc?rev=1328366&view=rev
Log:
[VFS-395][POM] Declare maven-scm-* dependencies as optional. Removed the 
offeding plugins.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1328366&r1=1328365&r2=1328366&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Apr 20 13:16:29 2012
@@ -450,19 +450,6 @@
     </dependencies>
   </dependencyManagement>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-api</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-svnexe</artifactId>
-      <version>1.4</version>
-    </dependency>
-  </dependencies>
-
   <repositories>
     <repository>
       <id>apache.snapshots.https</id>

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1328366&r1=1328365&r2=1328366&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Fri Apr 20 13:16:29 2012
@@ -23,6 +23,9 @@
 
   <body>
     <release version="2.1" date="TBD" description="">
+      <action issue="VFS-395" dev="ggregory" type="update" due-to="ggregory">
+        [POM] Declare maven-scm-* dependencies as optional.
+      </action>
       <action issue="VFS-411" dev="ggregory" type="update" due-to="ggregory">
         [SFTP] Update Jsch to version 0.1.47 from 0.1.46.
       </action>


Reply via email to