16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
plugins {
|
|
id("otel.java-conventions")
|
|
id("otel.publish-conventions")
|
|
}
|
|
|
|
group = "io.opentelemetry.javaagent"
|
|
|
|
dependencies {
|
|
implementation(project(":instrumentation-api"))
|
|
implementation("org.slf4j:slf4j-api")
|
|
|
|
testImplementation(project(":testing-common"))
|
|
testImplementation("org.mockito:mockito-core")
|
|
testImplementation("org.assertj:assertj-core")
|
|
}
|