File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
agent/instrumentation/applicationinsights-web-2.3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ muzzle {
12
12
}
13
13
14
14
val otelInstrumentationAlphaVersion: String by project
15
- val otelVersion : String by project
15
+ val otelInstrumentationVersion : String by project
16
16
17
17
dependencies {
18
18
compileOnly(" com.microsoft.azure:applicationinsights-web:2.3.0" )
19
19
20
- testImplementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelVersion " )
20
+ testImplementation(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelInstrumentationVersion " )
21
21
22
22
testImplementation(" com.microsoft.azure:applicationinsights-web:2.3.0" )
23
23
testImplementation(" javax.servlet:javax.servlet-api:3.0.1" )
You can’t perform that action at this time.
0 commit comments