fixed for java25

Signed-off-by: pengzhile <[email protected]>
This commit is contained in:
pengzhile
2025-10-31 15:44:54 +08:00
parent 30a07f9c60
commit dcff7747da
3 changed files with 19 additions and 10 deletions
+16 -1
View File
@@ -6,7 +6,7 @@
<groupId>com.ja-netfilter</groupId>
<artifactId>ja-netfilter</artifactId>
<version>2022.2.0</version>
<version>2025.3.0</version>
<name>ja-netfilter</name>
<description>A Java Instrumentation Framework</description>
@@ -165,6 +165,21 @@
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.9</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.9</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.9</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>