Skip to content

Commit f7052cb

Browse files
Finally update PistonMOTD dependency
1 parent 37b5e61 commit f7052cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,15 @@
221221
<dependency>
222222
<groupId>net.pistonmaster</groupId>
223223
<artifactId>pistonmotd-api</artifactId>
224-
<version>4.3.2</version>
224+
<version>5.0.0</version>
225225
<scope>provided</scope>
226+
<classifier>unshaded</classifier>
227+
<exclusions>
228+
<exclusion>
229+
<groupId>*</groupId>
230+
<artifactId>*</artifactId>
231+
</exclusion>
232+
</exclusions>
226233
</dependency>
227234
<dependency>
228235
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)