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