Events Bus deps update for JarInJar in downstream
This commit is contained in:
parent
eed3904d96
commit
5536183a99
3 changed files with 1 additions and 3 deletions
|
@ -56,7 +56,6 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
provided "com.google.guava:guava:31.1-jre"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ import java.util.stream.Collectors;
|
||||||
/**
|
/**
|
||||||
* To be removed
|
* To be removed
|
||||||
* <br/>
|
* <br/>
|
||||||
* Use {} instead
|
* Use {EventDispatcher} instead
|
||||||
*/
|
*/
|
||||||
@Deprecated()
|
@Deprecated()
|
||||||
public class Bus {
|
public class Bus {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
package dev.zontreck.eventsbus;
|
package dev.zontreck.eventsbus;
|
||||||
|
|
||||||
import com.google.common.reflect.ClassPath;
|
|
||||||
import dev.zontreck.eventsbus.annotations.EventSubscriber;
|
import dev.zontreck.eventsbus.annotations.EventSubscriber;
|
||||||
import dev.zontreck.eventsbus.annotations.Priority;
|
import dev.zontreck.eventsbus.annotations.Priority;
|
||||||
import dev.zontreck.eventsbus.annotations.SingleshotEvent;
|
import dev.zontreck.eventsbus.annotations.SingleshotEvent;
|
||||||
|
|
Loading…
Reference in a new issue