Adding RSocket snapshots repository

This commit is contained in:
Soby Chacko
2020-08-06 13:37:47 -04:00
parent eb2dbc523b
commit a78f5fa4d8

View File

@@ -147,6 +147,14 @@
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
</repository>
<repository>
<id>rsocket-snapshots</id>
<name>RSocket Snapshots</name>
<url>https://oss.jfrog.org/oss-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>