Author: imario
Date: Tue Oct 31 12:05:48 2006
New Revision: 469631
URL: http://svn.apache.org/viewvc?view=rev&rev=469631
Log:
added missing dependencies
Modified:
jakarta/commons/proper/vfs/trunk/examples/pom.xml
jakarta/commons/proper/vfs/trunk/sandbox/pom.xml
Modified: jakarta/commons/proper/vfs/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/examples/pom.xml?view=diff&rev=469631&r1=469630&r2=469631
==============================================================================
--- jakarta/commons/proper/vfs/trunk/examples/pom.xml (original)
+++ jakarta/commons/proper/vfs/trunk/examples/pom.xml Tue Oct 31 12:05:48 2006
@@ -52,6 +52,50 @@
<artifactId>commons-vfs</artifactId>
<version>1.0-RC8-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>1.4.1</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.1</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.0</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>2.0.2</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>com.jcraft</groupId>
+ <artifactId>jsch</artifactId>
+ <version>0.1.23</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.0.b2</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>oro</groupId>
+ <artifactId>oro</artifactId>
+ <version>2.0.8</version>
+ <optional>true</optional>
+ </dependency>
+
</dependencies>
<build>
Modified: jakarta/commons/proper/vfs/trunk/sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/sandbox/pom.xml?view=diff&rev=469631&r1=469630&r2=469631
==============================================================================
--- jakarta/commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ jakarta/commons/proper/vfs/trunk/sandbox/pom.xml Tue Oct 31 12:05:48 2006
@@ -52,6 +52,26 @@
<artifactId>commons-vfs</artifactId>
<version>1.0-RC8-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>slide</groupId>
+ <artifactId>jakarta-slide-webdavlib</artifactId>
+ <version>20050629.161100</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>jcifs</groupId>
+ <artifactId>jcifs</artifactId>
+ <version>0.8.3</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>2.0.2</version>
+ <optional>true</optional>
+ </dependency>
+
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]