updated pom with working repos, and add comments with what we need to fix
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -18,8 +18,8 @@
|
|||||||
<url>https://jcenter.bintray.com</url>
|
<url>https://jcenter.bintray.com</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>github</id>
|
<id>jitpack.io</id>
|
||||||
<url>https://maven.pkg.github.com/jagrosh/*</url>
|
<url>https://jitpack.io</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@@ -34,6 +34,7 @@
|
|||||||
<artifactId>lavaplayer</artifactId>
|
<artifactId>lavaplayer</artifactId>
|
||||||
<version>1.3.78</version>
|
<version>1.3.78</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- this is needed, but isn't actually hosted anywhere anymore... uh -->
|
||||||
<!--dependency>
|
<!--dependency>
|
||||||
<groupId>com.sedmelluq</groupId>
|
<groupId>com.sedmelluq</groupId>
|
||||||
<artifactId>lavaplayer-natives-extra</artifactId>
|
<artifactId>lavaplayer-natives-extra</artifactId>
|
||||||
@@ -45,11 +46,17 @@
|
|||||||
<version>3.0.5</version>
|
<version>3.0.5</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- jitpack for now, we need to version this correctly later -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
<groupId>com.github.jagrosh</groupId>
|
||||||
|
<artifactId>JLyrics</artifactId>
|
||||||
|
<version>-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<!--dependency>
|
||||||
<groupId>com.jagrosh</groupId>
|
<groupId>com.jagrosh</groupId>
|
||||||
<artifactId>JLyrics</artifactId>
|
<artifactId>JLyrics</artifactId>
|
||||||
<version>0.5</version>
|
<version>0.6</version>
|
||||||
</dependency>
|
</dependency-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user