Skip to content

Commit

Permalink
[SHIBUI-808]
Browse files Browse the repository at this point in the history
temp for pac4j snapshot
  • Loading branch information
jj committed Oct 10, 2018
1 parent 0e10d86 commit e8e81c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pac4j-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenLocal()
maven () {
url 'https://oss.sonatype.org/content/groups/public'
}
jcenter()
maven {
url 'https://build.shibboleth.net/nexus/content/groups/public'
Expand All @@ -34,7 +36,7 @@ dependencies {
compileOnly project(':backend')

compile "org.pac4j:spring-security-pac4j:4.0.0"
compile "org.pac4j:pac4j-saml:3.2.0-SNAPSHOT", {
compile "org.pac4j:pac4j-saml:3.3.0-SNAPSHOT", {
// opensaml libraries are provided
exclude group: 'org.opensaml'
}
Expand Down

0 comments on commit e8e81c7

Please sign in to comment.