remove junit dependency

There probably won’t be tests for this
This commit is contained in:
kageru 2020-07-09 22:29:42 +02:00
parent e58754b03e
commit cd9961fe4d
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -38,5 +38,4 @@ dependencies {
implementation("io.vavr:vavr:1.0.0-alpha-3")
implementation("io.vavr:vavr-jackson:1.0.0-alpha-3")
implementation("com.fasterxml.jackson:jackson-base:2.11.1")
testImplementation("junit", "junit", "4.12")
}