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 37b5e61 commit f7052cbCopy full SHA for f7052cb
pom.xml
@@ -221,8 +221,15 @@
221
<dependency>
222
<groupId>net.pistonmaster</groupId>
223
<artifactId>pistonmotd-api</artifactId>
224
- <version>4.3.2</version>
+ <version>5.0.0</version>
225
<scope>provided</scope>
226
+ <classifier>unshaded</classifier>
227
+ <exclusions>
228
+ <exclusion>
229
+ <groupId>*</groupId>
230
+ <artifactId>*</artifactId>
231
+ </exclusion>
232
+ </exclusions>
233
</dependency>
234
235
<groupId>org.projectlombok</groupId>
0 commit comments