mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-03 15:42:48 +00:00
Remove dependence on Nexus in build.gradle file
This commit is contained in:
parent
22eac78c28
commit
a8b3245c21
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@ java {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
|
||||||
url 'http://localhost:8081/repository/maven-central/'
|
|
||||||
allowInsecureProtocol = true
|
|
||||||
}
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue