No longer depend on packetlib

This commit is contained in:
Kas-tle 2023-03-10 00:14:13 +00:00 committed by GitHub
parent 12e372303e
commit 81131c469d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,12 +87,6 @@
<version>1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>packetlib</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>mcauthlib</artifactId>
@ -220,7 +214,6 @@
<configuration>
<show>public</show>
<failOnError>false</failOnError>
<excludePackageNames>com.github.steveice10.packetlib:com.github.steveice10.packetlib.*:com.github.steveice10.packetlib.*.*</excludePackageNames>
</configuration>
</plugin>
<plugin>