Skip to content

Commit

Permalink
Update spring-security-ci.gradle for Broadcom
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Jun 25, 2024
1 parent a894c0e commit e93ffcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-security-ci.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ allprojects {
password project.artifactoryPassword
}
}
url = 'https://repo.spring.vmware.com/artifactory/spring-commercial-snapshot-local/'
url = 'https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-prod-local/'
}
maven {
name = 'artifactory-release'
Expand All @@ -77,7 +77,7 @@ allprojects {
content {
excludeGroup('net.minidev')
}
url = 'https://repo.spring.vmware.com/artifactory/spring-commercial-release-local/'
url = 'https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-dev-local/'
}
}
}

0 comments on commit e93ffcc

Please sign in to comment.