update with more cloud providers
This commit is contained in:
parent
24ccd73c5d
commit
f88e01614a
|
@ -16,7 +16,6 @@
|
|||
<library name="jclouds">
|
||||
<CLASSES>
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.code.gson/gson/jars/gson-1.4.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.code.guice/guice/jars/guice-2.1-r1128.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-rackspace/jars/jclouds-rackspace-1.0-SNAPSHOT.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-compute/jars/jclouds-compute-1.0-SNAPSHOT.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-blobstore/jars/jclouds-blobstore-1.0-SNAPSHOT.jar!/" />
|
||||
|
@ -30,6 +29,12 @@
|
|||
<root url="jar://$GRADLE_REPOSITORY$/aopalliance/aopalliance/jars/aopalliance-1.0.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.jboss.resteasy/resteasy-jaxrs-client/jars/resteasy-jaxrs-client-1.2.1.GA-SNAPSHOT.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/org.jboss.resteasy/jaxrs-api/jars/jaxrs-api-1.2.1.GA.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-io/jars/guava-io-r03.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-primitives/jars/guava-primitives-r03.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-concurrent/jars/guava-concurrent-r03.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-annotations/jars/guava-annotations-r03.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-base/jars/guava-base-r03.jar!/" />
|
||||
<root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-collections/jars/guava-collections-r03.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="http://jclouds.rimuhosting.com/apidocs/" />
|
||||
|
|
|
@ -41,10 +41,26 @@ dependencies {
|
|||
compile("org.jclouds:jclouds-blobstore:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-aws:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-rackspace:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-atmos:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-azure:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-gogrid:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-vcloud:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-rimuhosting:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-terremark:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-bluelock:$jcloudsVersion")
|
||||
compile("org.jclouds:jclouds-hostingdotcom:$jcloudsVersion")
|
||||
|
||||
distLib("org.jclouds:jclouds-blobstore:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-aws:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-rackspace:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-atmos:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-azure:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-gogrid:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-vcloud:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-rimuhosting:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-terremark:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-bluelock:$jcloudsVersion")
|
||||
distLib("org.jclouds:jclouds-hostingdotcom:$jcloudsVersion")
|
||||
|
||||
testCompile project(':test-testng')
|
||||
testCompile('org.testng:testng:5.10:jdk15') { transitive = false }
|
||||
|
|
Loading…
Reference in New Issue