Skip to content

Commit

Permalink
[SHIBUI-479]
Browse files Browse the repository at this point in the history
Temporary fix beacuse cryptacular 1.1.3 was released and opensaml
depends on 1.1.3-SNAPSHOT upstream.
  • Loading branch information
Bill Smith committed May 14, 2018
1 parent a580817 commit a18f651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenLocal()
jcenter()
maven {
url 'https://build.shibboleth.net/nexus/content/groups/public'
Expand Down Expand Up @@ -180,4 +181,4 @@ tasks.withType(JavaExec) {

compileJava {
dependsOn generateSources
}
}

0 comments on commit a18f651

Please sign in to comment.