Skip to content

Commit 6fb094a

Browse files
author
Jeel Mehta
committed
Removing the redundant dependencies
1 parent c8580e2 commit 6fb094a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

exporters/aws-otel-otlp-udp-exporter/build.gradle.kts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,13 @@ plugins {
2222
group = "software.opentelemetry.exporters.otlp.udp"
2323
version = "0.0.1"
2424

25-
repositories {
26-
mavenLocal()
27-
mavenCentral()
28-
}
29-
3025
dependencies {
3126
implementation(platform("io.opentelemetry:opentelemetry-bom:1.44.1"))
3227
implementation("io.opentelemetry:opentelemetry-api")
3328
implementation("io.opentelemetry:opentelemetry-sdk")
34-
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
3529
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
3630
implementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
37-
implementation("com.google.code.findbugs:jsr305:3.0.2")
38-
implementation("org.apache.logging.log4j:log4j-api:2.24.1")
39-
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
40-
implementation("org.slf4j:slf4j-simple:2.0.16")
31+
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
4132
testImplementation(platform("org.junit:junit-bom:5.9.2"))
4233
testImplementation("org.junit.jupiter:junit-jupiter-api")
4334
testImplementation("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)