X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=a9e11cab88dd03c0fb1fcf7e03ebc70a1af233f0;hp=140204935ad7afeea974871cbe8e5d4482b87fc1;hb=ee83ac64786054c5c597a60a53de4e7292349559;hpb=0429210db04fb38bb9e8c9b2c136e63d52e8bdf1 diff --git a/build.gradle b/build.gradle index 1402049..a9e11ca 100644 --- a/build.gradle +++ b/build.gradle @@ -54,6 +54,7 @@ dependencies { compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2' compile group: 'org.jsoup', name: 'jsoup', version: '1.10.2' compile group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.1.0' + compile group: 'javax.activation', name: 'javax.activation-api', version: '1.2.0' testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit' testCompile group: 'junit', name: 'junit', version: '4.11'