Skip to content

Commit

Permalink
Add central snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Jun 15, 2022
1 parent c814b19 commit 143a28f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@
</dependencies>

<repositories>
<repository>
<id>snapshot-repository</id>
<name>Maven2 Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

<repository>
<id>Hazelcast Private Snapshot Repository</id>
<url>https://repository.hazelcast.com/snapshot/</url>
Expand Down

0 comments on commit 143a28f

Please sign in to comment.