Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add snapshot repository for docker dependency
  • Loading branch information
gaul committed Aug 2, 2016
1 parent 4a778a1 commit ddb0cfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rackspace/pom.xml
Expand Up @@ -29,6 +29,16 @@
<jclouds.version>1.9.1</jclouds.version>
</properties>

<repositories>
<repository>
<id>apache-snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<!-- jclouds dependencies -->
<dependency>
Expand Down

0 comments on commit ddb0cfb

Please sign in to comment.