Skip to content

Commit

Permalink
Get ietf-subject-identifiers-model from OSSRH snapshots
Browse files Browse the repository at this point in the history
rather than a local copy

Signed-off-by: Matt Domsch <[email protected]>
  • Loading branch information
matt-domsch-sp committed May 7, 2021
1 parent c3dabee commit 27c5281
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ version = '0.2.0-SNAPSHOT'

repositories {
mavenCentral()

maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
flatDir {
dirs 'libs'
}
Expand All @@ -25,7 +27,8 @@ dependencies {
// Nimbus JOSE JWT
// https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
api group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.9'
implementation files("libs/ietf-subject-identifiers-model-0.1.0-SNAPSHOT.jar")
implementation group: 'com.sailpoint', name: 'ietf-subject-identifiers-model', version: '0.1.0-SNAPSHOT'
//implementation files("libs/ietf-subject-identifiers-model-0.1.0-SNAPSHOT.jar")
// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit 27c5281

Please sign in to comment.