Added ProtocolInfoProcessing and its components

This commit is contained in:
Tinglyyy
2025-09-29 18:27:03 +02:00
parent 846fa167bc
commit dae382d07d
5 changed files with 210 additions and 0 deletions

10
pom.xml
View File

@@ -127,5 +127,15 @@
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>LATEST</version>
</dependency>
</dependencies>
</project>