Skip to content

Commit

Permalink
added snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jun 5, 2024
1 parent 9614a5b commit aaa1be2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>arangodb-snapshots</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

<dependencies>
Expand Down

0 comments on commit aaa1be2

Please sign in to comment.