Add RSocket snapshot repo

This commit is contained in:
Oleg Zhurakousky
2020-08-06 19:31:41 +02:00
parent ccffdced20
commit 693b1b502b

View File

@@ -193,6 +193,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>