#2 - Remove intermediate repositories for GitHub-hosted Maven artifacts.

This commit is contained in:
Mark Paluch
2018-06-22 09:43:00 +02:00
parent c59ba067cc
commit 368835c128

14
pom.xml
View File

@@ -386,20 +386,6 @@
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
<repository>
<id>nebhale-snapshots</id>
<url>https://raw.githubusercontent.com/nebhale/r2dbc/maven/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>nebhale-milestones</id>
<url>https://raw.githubusercontent.com/nebhale/r2dbc/maven/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>