feat: support command agent with asm on filterChain and contextValve (#51)

This commit is contained in:
ReaJason
2025-03-27 22:05:55 +08:00
parent ff307e0973
commit f6944c81b2
47 changed files with 1060 additions and 46 deletions
+1
View File
@@ -24,6 +24,7 @@ dependencies {
implementation project(":memshell")
implementation project(":memshell-java8")
implementation 'net.bytebuddy:byte-buddy'
implementation 'org.ow2.asm:asm-commons'
implementation 'javax.servlet:javax.servlet-api'
implementation 'javax.websocket:javax.websocket-api'