Skip to content

Commit

Permalink
Safely delete outdated metrics dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vongosling committed Dec 8, 2021
1 parent 6b1f25b commit 92287b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,6 @@ subprojects {

dependency "io.netty:netty-all:4.1.49.Final"

dependency 'io.dropwizard.metrics:metrics-core:4.1.0'
dependency "io.dropwizard.metrics:metrics-healthchecks:4.1.0"
dependency "io.dropwizard.metrics:metrics-annotation:4.1.0"
dependency "io.dropwizard.metrics:metrics-json:4.1.0"

dependency 'io.opentelemetry:opentelemetry-api:1.3.0'
dependency 'io.opentelemetry:opentelemetry-sdk:1.3.0'
dependency 'io.opentelemetry:opentelemetry-sdk-metrics:1.3.0-alpha'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@ dependencies {
implementation project(":eventmesh-spi")
implementation project(":eventmesh-common")
api 'io.openmessaging:openmessaging-api'
api 'io.dropwizard.metrics:metrics-core'
api "io.dropwizard.metrics:metrics-healthchecks"
api "io.dropwizard.metrics:metrics-annotation"
api "io.dropwizard.metrics:metrics-json"

testImplementation project(":eventmesh-spi")
testImplementation project(":eventmesh-common")
testImplementation 'io.openmessaging:openmessaging-api'
testImplementation 'io.dropwizard.metrics:metrics-core'
testImplementation "io.dropwizard.metrics:metrics-healthchecks"
testImplementation "io.dropwizard.metrics:metrics-annotation"
testImplementation "io.dropwizard.metrics:metrics-json"
}

0 comments on commit 92287b0

Please sign in to comment.