Skip to content

Commit cbee12f

Browse files
authored
Rename servlet module (#316)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 9e829e0 commit cbee12f

30 files changed

+5
-5
lines changed

instrumentation/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ subprojects {
3030

3131
dependencies{
3232
implementation(project(":instrumentation:servlet:servlet-rw"))
33-
implementation(project(":instrumentation:servlet:servlet-3.0-no-wrapping"))
33+
implementation(project(":instrumentation:servlet:servlet-3.0"))
3434
implementation(project(":instrumentation:spark-2.3"))
3535
implementation(project(":instrumentation:grpc-1.5"))
3636
implementation(project(":instrumentation:okhttp:okhttp-3.0"))

0 commit comments

Comments
 (0)