mirror of https://github.com/apache/jclouds.git
Merge branch 'master' of git@github.com:jclouds/jclouds
* 'master' of git@github.com:jclouds/jclouds: Fixed descriptions in azureblob and elastichosts-sat-p provider POMs Made *both* lib dependencies in drivers/enterprise *compile* deps
This commit is contained in:
commit
cd016a9ff6
|
@ -63,7 +63,7 @@
|
|||
<artifactId>jclouds-joda</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>1.6</version>
|
||||
|
@ -77,7 +77,6 @@
|
|||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15</artifactId>
|
||||
<version>1.44</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</parent>
|
||||
<groupId>org.jclouds.provider</groupId>
|
||||
<artifactId>azureblob</artifactId>
|
||||
<name>jcloud azureblob provider</name>
|
||||
<name>jclouds Azure Storage provider</name>
|
||||
<description>jclouds components to access Azure Blob Service</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</parent>
|
||||
<groupId>org.jclouds.provider</groupId>
|
||||
<artifactId>elastichosts-sat-p</artifactId>
|
||||
<name>jclouds ElasticHosts Peer1 London provider</name>
|
||||
<name>jclouds ElasticHosts Peer1 San Antonio provider</name>
|
||||
<description>ElasticHosts implementation targeted to Peer1 San Antonio</description>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue