update pom

This commit is contained in:
John Grosh 2021-09-16 18:45:02 -04:00
parent d47cfee8bf
commit 67f6169e61

11
pom.xml
View file

@ -18,9 +18,8 @@
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>bintray-sedmelluq-com.sedmelluq</id>
<name>bintray</name>
<url>https://dl.bintray.com/sedmelluq/com.sedmelluq</url>
<id>github</id>
<url>https://maven.pkg.github.com/jagrosh/*</url>
</repository>
</repositories>
@ -28,18 +27,18 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.3.0_312</version>
<version>4.3.0_324</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.78</version>
</dependency>
<dependency>
<!--dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer-natives-extra</artifactId>
<version>1.3.13</version>
</dependency>
</dependency-->
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>jda-utilities</artifactId>