Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion artifactory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func TestDependencyResolutionFromArtifactory(t *testing.T) {
resolveRepoName: securityTests.MvnVirtualRepo,
cacheRepoName: securityTests.MvnRemoteRepo,
projectType: project.Maven,
skipMsg: "Snapshot repository is blocked by JPD, pending fix XRAY-124910",
},
{
testProjectPath: []string{"go", "simple-project"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"key": "${MAVEN_REMOTE_SNAPSHOTS_REPO}",
"rclass": "remote",
"packageType": "maven",
"url": "https://repository.apache.org/snapshots"
"url": "https://oss.sonatype.org/content/repositories/snapshots"
}
Loading