mirror of https://github.com/apache/jclouds.git
Ensure no snapshots are downloaded from java.net repository
This commit is contained in:
parent
49eb1bffaf
commit
b5811c680d
|
@ -45,6 +45,12 @@
|
|||
<repository>
|
||||
<id>jersey</id>
|
||||
<url>http://download.java.net/maven/2</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
Loading…
Reference in New Issue