Add POM entry for RSocket dependencies
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -161,6 +161,14 @@
|
|||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>rsocket-snapshots</id>
|
||||||
|
<name>RSocket Snapshots</name>
|
||||||
|
<url>https://oss.jfrog.org/oss-snapshot-local</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
<name>Spring Snapshots</name>
|
<name>Spring Snapshots</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user