Skip to content

Commit

Permalink
Remove monitor module
Browse files Browse the repository at this point in the history
It has been extracted to https://github.com/bisq-network/bisq-monitor

Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed Nov 24, 2022
1 parent 4ad1f4d commit f55ab5e
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 4,122 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ desktop.ini
*.class
deploy
*/releases/*
/monitor/TorHiddenServiceStartupTimeTests/*
/monitor/monitor-tor/*
.java-version
.localnet
/apitest/src/main/resources/dao-setup*
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#
# $ ls -1 bisq-*
# bisq-desktop
# bisq-monitor
# bisq-relay
# bisq-seednode
# bisq-statsnode
Expand Down
47 changes: 0 additions & 47 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ configure(subprojects) {
configure([project(':cli'),
project(':daemon'),
project(':desktop'),
project(':monitor'),
project(':seednode'),
project(':statsnode'),
project(':apitest')]) {
Expand Down Expand Up @@ -506,52 +505,6 @@ configure(project(':desktop')) {
}


configure(project(':monitor')) {
apply plugin: 'org.openjfx.javafxplugin'

javafx {
version = "$javafxVersion"
modules = ['javafx.base']
}

mainClassName = 'bisq.monitor.Monitor'

test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
}
}

dependencies {
implementation project(':assets')
implementation project(':common')
implementation project(':core')
implementation project(':p2p')
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
compileOnly "org.projectlombok:lombok:$lombokVersion"
implementation "ch.qos.logback:logback-classic:$logbackVersion"
implementation "ch.qos.logback:logback-core:$logbackVersion"
implementation "com.google.guava:guava:$guavaVersion"
implementation "org.slf4j:slf4j-api:$slf4jVersion"
implementation("com.github.bisq-network.netlayer:tor.external:$netlayerVersion") {
exclude(module: 'slf4j-api')
}
implementation("com.github.bisq-network.netlayer:tor.native:$netlayerVersion") {
exclude(module: 'slf4j-api')
}
implementation("com.google.inject:guice:$guiceVersion") {
exclude(module: 'guava')
}
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
testCompileOnly "org.projectlombok:lombok:$lombokVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api:$jupiterVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$jupiterVersion"
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
}
}


configure(project(':seednode')) {
apply plugin: 'com.github.johnrengelman.shadow'

Expand Down
246 changes: 0 additions & 246 deletions monitor/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions monitor/bisq-monitor.service

This file was deleted.

Loading

0 comments on commit f55ab5e

Please sign in to comment.