11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
plugins {
|
|
id("otel.javaagent-instrumentation")
|
|
}
|
|
|
|
// This module is only used as a dependency for other javaagent modules and does not contain any
|
|
// non-abstract implementations of InstrumentationModule
|
|
|
|
dependencies {
|
|
api(project(":instrumentation:servlet:servlet-common:library"))
|
|
}
|