We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e3723 commit 81131c4Copy full SHA for 81131c4
pom.xml
@@ -87,12 +87,6 @@
87
<version>1.4</version>
88
<scope>compile</scope>
89
</dependency>
90
- <dependency>
91
- <groupId>com.github.steveice10</groupId>
92
- <artifactId>packetlib</artifactId>
93
- <version>3.0.1</version>
94
- <scope>compile</scope>
95
- </dependency>
96
<dependency>
97
<groupId>com.github.GeyserMC</groupId>
98
<artifactId>mcauthlib</artifactId>
@@ -220,7 +214,6 @@
220
214
<configuration>
221
215
<show>public</show>
222
216
<failOnError>false</failOnError>
223
- <excludePackageNames>com.github.steveice10.packetlib:com.github.steveice10.packetlib.*:com.github.steveice10.packetlib.*.*</excludePackageNames>
224
217
</configuration>
225
218
</plugin>
226
219
<plugin>
0 commit comments