Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 83b530d

Browse files
authored
Adjust maven.remoteRepositories for Artifactory cutover (#5327)
- Add `mavenCentral` remote rep - Edit `springRepo` (`libs-snapshot` -> `/snapshot`) See #5321
1 parent fab9354 commit 83b530d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-cloud-starter-dataflow-server/src/main/resources/dataflow-server.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ info:
88

99
maven:
1010
remoteRepositories:
11+
mavenCentral:
12+
url: https://repo.maven.apache.org/maven2
1113
springRepo:
12-
url: https://repo.spring.io/libs-snapshot
14+
url: https://repo.spring.io/snapshot
1315

1416
spring:
1517
application:

0 commit comments

Comments
 (0)