14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
plugins {
|
|
id("otel.library-instrumentation")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":instrumentation:servlet:servlet-common:library"))
|
|
|
|
compileOnly("jakarta.servlet:jakarta.servlet-api:5.0.0")
|
|
|
|
testImplementation("jakarta.servlet:jakarta.servlet-api:5.0.0")
|
|
testImplementation("org.mockito:mockito-core:3.6.0")
|
|
testImplementation("org.assertj:assertj-core")
|
|
}
|