From e8e81c7ed03d04a1162824e53a88d81546b95bf2 Mon Sep 17 00:00:00 2001 From: Jj! Date: Wed, 10 Oct 2018 12:09:44 -0500 Subject: [PATCH] [SHIBUI-808] temp for pac4j snapshot --- pac4j-module/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pac4j-module/build.gradle b/pac4j-module/build.gradle index 36817e334..ff573c575 100644 --- a/pac4j-module/build.gradle +++ b/pac4j-module/build.gradle @@ -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' @@ -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' }