Change the autoconfigure module to only have a test dependency on the semantic conventions module. (#3219)

This commit is contained in:
John Watson 2021-05-11 11:30:11 -07:00 committed by GitHub
parent 8722677e5c
commit e6c1f65b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"))