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

Remove dependency on jetbrains annotations

This commit is contained in:
Paul Schaub 2020-08-24 16:44:14 +02:00
parent 4f6a7d2838
commit f10d698a09
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 13 additions and 10 deletions

View file

@ -3,7 +3,6 @@ plugins {
}
dependencies {
implementation 'org.jetbrains:annotations:19.0.0'
testImplementation group: 'junit', name: 'junit', version: '4.12'
/*
implementation "org.bouncycastle:bcprov-debug-jdk15on:$bouncyCastleVersion"