From e00b3d9115b8eefc01b26483aefeb2075694585b Mon Sep 17 00:00:00 2001 From: Jj! Date: Thu, 11 Oct 2018 09:19:20 -0500 Subject: [PATCH] [SHIBUI-808] update config --- pac4j-module/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pac4j-module/build.gradle b/pac4j-module/build.gradle index ff573c575..657add297 100644 --- a/pac4j-module/build.gradle +++ b/pac4j-module/build.gradle @@ -36,6 +36,7 @@ dependencies { compileOnly project(':backend') compile "org.pac4j:spring-security-pac4j:4.0.0" + compile "org.pac4j:pac4j-core:3.3.0-SNAPSHOT" compile "org.pac4j:pac4j-saml:3.3.0-SNAPSHOT", { // opensaml libraries are provided exclude group: 'org.opensaml' @@ -53,4 +54,9 @@ docker { noCache true } +task testme(type: Copy) { + from configurations.runtime + into temporaryDir +} + tasks.docker.dependsOn(tasks.jar, ':backend:docker') \ No newline at end of file