Skip to content

Commit

Permalink
Update spring-security-ci.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Feb 18, 2025
1 parent fab170e commit ea8332b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions spring-security-ci.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,24 @@ allprojects {
includeVersion "org.springframework.security", "spring-security-web", "$springSecurityVersion"
}
}
maven {
name = 'artifactory-snapshot'
credentials {
username project.artifactoryUsername
password project.artifactoryPassword
}
url = 'https://usw1.packages.broadcom.com/spring-enterprise-maven-dev-local'
}
maven {
name = 'artifactory-release'
credentials {
username project.artifactoryUsername
password project.artifactoryPassword
}
content {
excludeGroup('net.minidev')
}
url = 'https://usw1.packages.broadcom.com/spring-enterprise-maven-prod-local'
}
}
}

0 comments on commit ea8332b

Please sign in to comment.