mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Cleanup monitor gradle
This commit is contained in:
parent
dbca87be65
commit
004634ed23
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user