Skip to content

Commit

Permalink
[SHIBUI-808]
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
jj committed Oct 11, 2018
1 parent e8e81c7 commit e00b3d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pac4j-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -53,4 +54,9 @@ docker {
noCache true
}

task testme(type: Copy) {
from configurations.runtime
into temporaryDir
}

tasks.docker.dependsOn(tasks.jar, ':backend:docker')

0 comments on commit e00b3d9

Please sign in to comment.