Skip to content

Commit 8c97324

Browse files
authored
need to remove these dependency declarations, as they fail sonatype validation. (#1099)
1 parent eba6f42 commit 8c97324

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

opentelemetry-android-bom/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ javaPlatform.allowDependencies()
99

1010
dependencies {
1111
api(platform(libs.opentelemetry.platform.alpha))
12-
api(platform(libs.opentelemetry.platform))
13-
api(platform(libs.opentelemetry.core.bom))
12+
1413
constraints {
1514
rootProject.subprojects.forEach { subproject ->
1615
if (subproject != project) {

0 commit comments

Comments
 (0)