excluding opus
This commit is contained in:
parent
c9dd390232
commit
f9a5fdbb74
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue