Skip to content

Commit ca3e1d6

Browse files
author
Jeel Mehta
committed
Updating the build.gradle file
1 parent e1889b0 commit ca3e1d6

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ plugins {
2020
}
2121

2222
group = "software.amazon.opentelemetry.exporters.otlp.udp.trace"
23-
version = "0.0.1"
23+
version = "0.1.0"
2424

2525
dependencies {
26-
implementation(platform("io.opentelemetry:opentelemetry-bom:1.44.1"))
26+
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.11.0-alpha"))
2727
implementation("io.opentelemetry:opentelemetry-api")
2828
implementation("io.opentelemetry:opentelemetry-sdk")
2929
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
rootProject.name = "aws-otel-otlp-udp-exporter"
1717

1818
dependencyResolutionManagement {
19-
repositories {
20-
mavenCentral() // For dependencies like opentelemetry-bom, junit, etc.
21-
mavenLocal() // In case you need to use local dependencies
22-
}
23-
}
19+
repositories {
20+
mavenCentral()
21+
mavenLocal()
2422

25-
pluginManagement {
26-
repositories {
27-
mavenCentral()
23+
maven {
24+
setUrl("https://oss.sonatype.org/content/repositories/snapshots")
2825
}
26+
}
2927
}

0 commit comments

Comments
 (0)