Skip to content

Commit

Permalink
[repositories]: Added OSS snapshots repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
meletev committed Mar 29, 2023
1 parent 4db8781 commit a8ec3e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,25 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>oss-snapshots</id>
<name>OSS Snapshots repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit a8ec3e3

Please sign in to comment.