Change the autoconfigure module to only have a test dependency on the semantic conventions module. (#3219)
This commit is contained in:
parent
8722677e5c
commit
e6c1f65b09
|
|
@ -24,7 +24,7 @@ dependencies {
|
|||
api(project(":sdk:all"))
|
||||
api(project(":sdk:metrics"))
|
||||
|
||||
implementation(project(":semconv"))
|
||||
testImplementation(project(":semconv"))
|
||||
|
||||
compileOnly(project(":extensions:trace-propagators"))
|
||||
compileOnly(project(":exporters:jaeger"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue