mirror of https://github.com/apache/jclouds.git
Issue 128: updated snapshot for vfs
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2414 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
b55d2165d0
commit
8be956c42c
|
@ -39,7 +39,6 @@
|
|||
<modules>
|
||||
<module>core</module>
|
||||
<module>extensions</module>
|
||||
<module>perftest</module>
|
||||
<module>demos</module>
|
||||
</modules>
|
||||
<properties>
|
||||
|
|
|
@ -96,6 +96,10 @@
|
|||
<id>googlecode.java-xmlbuilder</id>
|
||||
<url>http://java-xmlbuilder.googlecode.com/svn/repo</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>apache-cmmons-snapshot</id>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
|
|
|
@ -27,10 +27,16 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- should be transitive from above, but isn't -->
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-vfs</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<version>2.0-20091211.230610-1</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue