Add RSocket snapshot repo

This commit is contained in:
Oleg Zhurakousky
2020-08-06 19:23:13 +02:00
parent 75dbcb8b7b
commit ef51351108

View File

@@ -226,6 +226,14 @@
<name>Spring milestones</name>
<url>https://repo.spring.io/libs-milestone-local</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>