Minimized use of the lib-loader

This commit is contained in:
Auxilor
2022-04-05 13:01:05 +01:00
parent 2fea736631
commit df529ba239
5 changed files with 59 additions and 37 deletions

View File

@@ -43,19 +43,7 @@ softdepend:
- CustomCrafting
- ExecutableItems
- RPGHorses
libraries:
- 'org.reflections:reflections:0.9.12'
- 'org.apache.maven:maven-artifact:3.0.3'
- 'org.jetbrains.kotlin:kotlin-stdlib:1.6.10'
- 'net.kyori:adventure-platform-bukkit:4.1.0'
- 'net.kyori:adventure-api:4.10.0'
- 'net.kyori:adventure-text-serializer-gson:4.10.0'
- 'net.kyori:adventure-text-serializer-legacy:4.10.0'
- 'org.jetbrains.exposed:exposed-core:0.37.3'
- 'org.jetbrains.exposed:exposed-dao:0.37.3'
- 'org.jetbrains.exposed:exposed-jdbc:0.37.3'
- 'mysql:mysql-connector-java:8.0.25'
- 'com.google.guava:guava:31.1-jre'
- 'com.zaxxer:HikariCP:5.0.0'
- 'org.objenesis:objenesis:3.2'
- 'com.github.ben-manes.caffeine:caffeine:3.0.5'
libraries: # Stuck using lib-loader for these
- "net.kyori:adventure-api:4.10.1"
- "net.kyori:adventure-text-serializer-gson:4.10.1"
- "net.kyori:adventure-text-serializer-legacy:4.10.1"