Move semconv dependency as implementation, not exposed in the API (#2918)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu 2021-02-23 08:45:21 -08:00 committed by GitHub
parent becded2181
commit 3490002234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,10 +11,10 @@ extra["moduleName"] = "io.opentelemetry.sdk.trace"
dependencies {
api(project(":api:all"))
api(project(":semconv"))
api(project(":sdk:common"))
implementation(project(":api:metrics"))
implementation(project(":semconv"))
annotationProcessor("com.google.auto.value:auto-value")