Add hk2 dependency.

This commit is contained in:
Jeremy Wood 2023-03-04 10:26:49 -05:00
parent 3f6c3047d8
commit 4576ca99c9
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -82,6 +82,7 @@ dependencies {
}
// Utils
api 'org.glassfish.hk2:hk2-core:3.0.3'
api('com.dumptruckman.minecraft:Logging:1.1.1') {
exclude group: 'junit', module: 'junit'
}
@ -227,6 +228,7 @@ shadowJar {
relocate 'io.github.townyadvanced.commentedconfiguration', 'com.onarandombox.commentedconfiguration'
relocate 'me.main__.util', 'com.onarandombox.serializationconfig'
relocate 'org.bstats', 'com.onarandombox.bstats'
relocate 'org.glassfish.hk2', 'com.onarandombox.hk2'
configurations = [project.configurations.api]