Skip to content

Commit d066454

Browse files
committed
Fix Maven test failure by changing blacklisted URL to working one
1 parent 015f1b4 commit d066454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testdata/artifactory-repo-configs/maven_remote_snapshots_repository_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"key": "${MAVEN_REMOTE_SNAPSHOTS_REPO}",
33
"rclass": "remote",
44
"packageType": "maven",
5-
"url": "https://repository.apache.org/snapshots"
5+
"url": "https://oss.sonatype.org/content/repositories/snapshots"
66
}

0 commit comments

Comments
 (0)