kopia lustrzana https://github.com/gaul/s3proxy
Add Apache snapshots repository
Needed by jclouds 2.0.0-SNAPSHOT. Regression from
23f8e772da
. Fixes #37.
pull/40/head
rodzic
967a355b43
commit
e072163e9c
10
pom.xml
10
pom.xml
|
@ -257,6 +257,16 @@
|
|||
<maven>3.0.5</maven>
|
||||
</prerequisites>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>apache-snapshots</id>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
|
|
Ładowanie…
Reference in New Issue