Events Bus deps update for JarInJar in downstream

This commit is contained in:
zontreck 2024-09-14 18:04:15 -07:00
parent eed3904d96
commit 5536183a99
3 changed files with 1 additions and 3 deletions

View file

@ -56,7 +56,6 @@ repositories {
}
dependencies {
provided "com.google.guava:guava:31.1-jre"
}

View file

@ -14,7 +14,7 @@ import java.util.stream.Collectors;
/**
* To be removed
* <br/>
* Use {} instead
* Use {EventDispatcher} instead
*/
@Deprecated()
public class Bus {

View file

@ -1,6 +1,5 @@
package dev.zontreck.eventsbus;
import com.google.common.reflect.ClassPath;
import dev.zontreck.eventsbus.annotations.EventSubscriber;
import dev.zontreck.eventsbus.annotations.Priority;
import dev.zontreck.eventsbus.annotations.SingleshotEvent;