Skip to content

Commit

Permalink
fix dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-ye committed Jan 31, 2020
1 parent a7577ba commit 3e8fdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dependencies {
'com.microsoft.azure:adal4j:1.6.4',
'org.antlr:antlr4-runtime:4.7.2',
'com.google.code.gson:gson:2.8.6',
'org.bouncycastle:bcprov-jdk15:1.64'
'org.bouncycastle:bcprov-jdk15on:1.64'
testCompile 'org.junit.platform:junit-platform-console:1.5.2',
'org.junit.platform:junit-platform-commons:1.5.2',
'org.junit.platform:junit-platform-engine:1.5.2',
Expand All @@ -131,5 +131,5 @@ dependencies {
'org.antlr:antlr4-runtime:4.7.2',
'org.eclipse.gemini.blueprint:gemini-blueprint-mock:2.1.0.RELEASE',
'com.google.code.gson:gson:2.8.6',
'org.bouncycastle:bcprov-jdk15:1.64'
'org.bouncycastle:bcprov-jdk15on:1.64'
}

0 comments on commit 3e8fdec

Please sign in to comment.