Author: joehni
Date: Fri Mar  1 11:28:44 2013
New Revision: 1451566

URL: http://svn.apache.org/r1451566
Log:
Set commons-compress to optional.

Modified:
    commons/proper/vfs/trunk/core/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=1451566&r1=1451565&r2=1451566&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Fri Mar  1 11:28:44 2013
@@ -55,6 +55,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1451566&r1=1451565&r2=1451566&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Fri Mar  1 11:28:44 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-460" dev="joehni" type="fix">
+        Dependency to commons-compress set as optional.
+      </action>
       <action issue="VFS-468" dev="joehni" type="add">
         [FTPS] Add option for KeyManager (and TrustManager) to support FTPS 
servers that ask for the client certificate for authentication.
       </action>


Reply via email to