Cleanup monitor gradle

This commit is contained in:
Florian Reimair 2019-03-05 17:55:45 +01:00
parent dbca87be65
commit 004634ed23
No known key found for this signature in database
GPG Key ID: 7EA8CA324B6E5633

View File

@ -334,7 +334,6 @@ configure(project(':monitor')) {
}
dependencies {
compile project(':p2p')
compile project(':core')
compile "org.slf4j:slf4j-api:$slf4jVersion"
compile "ch.qos.logback:logback-core:$logbackVersion"
@ -344,10 +343,6 @@ configure(project(':monitor')) {
compileOnly "org.projectlombok:lombok:$lombokVersion"
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
compile('com.github.JesusMcCloud.netlayer:tor.native:0.6.2') {
exclude(module: 'slf4j-api')
}
testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.2'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.2'
testCompileOnly "org.projectlombok:lombok:$lombokVersion"