excluding opus

This commit is contained in:
NK 2022-12-16 19:04:39 +00:00
parent c9dd390232
commit f9a5fdbb74

View file

@ -88,6 +88,12 @@
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.13</version>
<exclusions>
<exclusion>
<groupId>club.minnced</groupId>
<artifactId>opus-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>