mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 18:56:49 +00:00
changed the repositories URLs
This commit is contained in:
parent
b8b7ad286d
commit
fa17efe846
@ -26,7 +26,7 @@
|
||||
<repository>
|
||||
<id>scala-tools.releases</id>
|
||||
<name>Scala-Tools Dependencies Repository for Releases</name>
|
||||
<url>http://scala-tools.org/repo-releases</url>
|
||||
<url>https://oss.sonatype.org/content/groups/scala-tools/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>java.net.maven2</id>
|
||||
@ -36,16 +36,16 @@
|
||||
<repository>
|
||||
<id>scala-tools.snapshots</id>
|
||||
<name>Scala-Tools Dependencies Repository for Snapshots</name>
|
||||
<url>http://scala-tools.org/repo-snapshots</url>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>scala-tools.releases</id>
|
||||
<name>Scala-Tools Plugins Repository for Releases</name>
|
||||
<url>http://scala-tools.org/repo-releases</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>org.sonatype.oss.groups.public</id>
|
||||
<name>Sonatype Public</name>
|
||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user