Move semconv dependency as implementation, not exposed in the API (#2918)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
parent
becded2181
commit
3490002234
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue