Skip to content
Snippets Groups Projects
Commit c03965db authored by felmer's avatar felmer
Browse files

remove bouncycastle jar. it was a relict for the CIFS server

parent fac19760
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,7 @@ evaluationDependsOn(':common') ...@@ -4,8 +4,7 @@ evaluationDependsOn(':common')
apply from: '../gradle/javaproject.gradle' apply from: '../gradle/javaproject.gradle'
dependencies { dependencies {
compile project(':common'), compile project(':common')
'bouncycastle:bcpg:+'
testCompile project(path: ':common', configuration: 'tests') testCompile project(path: ':common', configuration: 'tests')
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment