Skip to content

Commit

Permalink
Revert "Switch to lavalink's lavaplayer fork (jagrosh#1490)"
Browse files Browse the repository at this point in the history
This reverts commit 49c3ec7.
  • Loading branch information
DaniDipp committed Apr 19, 2024
1 parent 42d0b46 commit f6dd657
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 56 deletions.
21 changes: 11 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
<name>m2-duncte123</name>
<url>https://m2.duncte123.dev/releases</url>
</repository>
<repository>
<id>arbjergDev-snapshots</id>
<name>Lavalink Repository</name>
<url>https://maven.lavalink.dev/snapshots</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -54,11 +49,17 @@
</dependency>

<!-- Music Dependencies -->
<dependency>
<groupId>dev.arbjerg</groupId>
<!-- using a fork of this to fix some issues faster -->
<!-- dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>727959e9f621fc457b3a5adafcfffb55fdeaa538-SNAPSHOT</version>
</dependency>
<version>1.3.78</version>
</dependency -->
<dependency>
<groupId>com.github.jagrosh</groupId>
<artifactId>lavaplayer</artifactId>
<version>jmusicbot-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.jagrosh</groupId>
<artifactId>JLyrics</artifactId>
Expand All @@ -69,7 +70,7 @@
<artifactId>sourcemanagers</artifactId>
<version>1.9.0</version>
</dependency>

<!-- Misc Internal Dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
44 changes: 0 additions & 44 deletions src/main/java/com/jagrosh/jmusicbot/utils/LogBackTurboFilter.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
<appender-ref ref="Simple"/>
</root>

<turboFilter class="com.jagrosh.jmusicbot.utils.LogBackTurboFilter" />

</configuration>

0 comments on commit f6dd657

Please sign in to comment.