Skip to content

Commit

Permalink
Remove duplicate bom dependencies (newrelic#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Oct 13, 2023
1 parent 8db732c commit 8f36f2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion getting-started-guides/java/instrumented/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies {

// OpenTelemetry core
implementation platform('io.opentelemetry:opentelemetry-bom:1.31.0')
implementation platform('io.opentelemetry:opentelemetry-bom-alpha:1.31.0-alpha')
implementation 'io.opentelemetry:opentelemetry-api'
implementation 'io.opentelemetry:opentelemetry-sdk'
implementation 'io.opentelemetry:opentelemetry-exporter-otlp'
Expand Down
1 change: 0 additions & 1 deletion other-examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ subprojects {
}

dependencies {
implementation platform("io.opentelemetry:opentelemetry-bom:1.30.1")
implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.31.0-alpha")
implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.30.0-alpha")
}
Expand Down

0 comments on commit 8f36f2d

Please sign in to comment.