mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
Restructure dependencies and version.gradle
This commit is contained in:
parent
53017d2d38
commit
6b3f37796c
3 changed files with 7 additions and 6 deletions
|
@ -7,6 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// JUnit
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
@ -19,6 +20,6 @@ dependencies {
|
|||
api "org.bouncycastle:bcprov-jdk15to18:$bouncyCastleVersion"
|
||||
api "org.bouncycastle:bcpg-jdk15to18:$bouncyCastleVersion"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
||||
// @Nullable, @Nonnull annotations
|
||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue