mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-23 08:29:30 +00:00
fix missing dependency
This commit is contained in:
@@ -50,6 +50,7 @@ dependencies {
|
|||||||
compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
|
compileOnly 'org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT'
|
||||||
compileOnly 'org.apache.logging.log4j:log4j-api:2.19.0'
|
compileOnly 'org.apache.logging.log4j:log4j-api:2.19.0'
|
||||||
compileOnly 'org.apache.logging.log4j:log4j-core:2.19.0'
|
compileOnly 'org.apache.logging.log4j:log4j-core:2.19.0'
|
||||||
|
compileOnly 'commons-io:commons-io:2.13.0'
|
||||||
compileOnly 'commons-lang:commons-lang:2.6'
|
compileOnly 'commons-lang:commons-lang:2.6'
|
||||||
compileOnly 'com.github.oshi:oshi-core:5.8.5'
|
compileOnly 'com.github.oshi:oshi-core:5.8.5'
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ libraries:
|
|||||||
- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
|
- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
|
||||||
- com.github.ben-manes.caffeine:caffeine:3.0.5
|
- com.github.ben-manes.caffeine:caffeine:3.0.5
|
||||||
- org.apache.commons:commons-lang3:3.12.0
|
- org.apache.commons:commons-lang3:3.12.0
|
||||||
|
- commons-io:commons-io:2.13.0
|
||||||
- io.timeandspace:smoothie-map:2.0.2
|
- io.timeandspace:smoothie-map:2.0.2
|
||||||
- com.google.guava:guava:31.0.1-jre
|
- com.google.guava:guava:31.0.1-jre
|
||||||
- com.google.code.gson:gson:2.8.9
|
- com.google.code.gson:gson:2.8.9
|
||||||
|
|||||||
Reference in New Issue
Block a user