1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Refactoring

This commit is contained in:
Paul Schaub 2018-07-06 14:09:36 +02:00
parent 5ec1e1a128
commit 848b61417b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
18 changed files with 122 additions and 17 deletions

View file

@ -34,6 +34,6 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'org.bouncycastle:bcprov-debug-jdk15on:1.59'
compile 'org.bouncycastle:bcprov-jdk15on:1.59'
compile 'org.bouncycastle:bcpg-jdk15on:1.59'
}