feat: tomcat agent support jdk6

This commit is contained in:
ReaJason
2025-01-03 02:16:51 +08:00
parent ceacef5cf3
commit 550ea678e5
10 changed files with 86 additions and 74 deletions
+1
View File
@@ -15,6 +15,7 @@ java {
}
dependencies {
implementation 'net.bytebuddy:byte-buddy:1.+'
providedCompile 'javax.servlet:javax.servlet-api:3.0.1'
providedCompile 'javax.websocket:javax.websocket-api:1.1'
}