|
|
|
@ -35,7 +35,8 @@ fastutil = { module = "it.unimi.dsi:fastutil", version = "8.5.8" } |
|
|
|
|
fernflower = { module = "org.openrs2:fernflower", version = "1.1.1" } |
|
|
|
|
flyway = { module = "org.flywaydb:flyway-core", version = "9.0.1" } |
|
|
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" } |
|
|
|
|
guice = { module = "com.google.inject:guice", version.ref = "guice" } |
|
|
|
|
guice-core = { module = "com.google.inject:guice", version.ref = "guice" } |
|
|
|
|
guice-assistedInject = { module = "com.google.inject.extensions:guice-assistedinject", version.ref = "guice" } |
|
|
|
|
h2 = { module = "com.h2database:h2", version = "2.1.214" } |
|
|
|
|
hikaricp = { module = "com.zaxxer:HikariCP", version = "5.0.1" } |
|
|
|
|
inlineLogger = { module = "com.michael-bull.kotlin-inline-logger:kotlin-inline-logger", version = "1.0.4" } |
|
|
|
@ -84,6 +85,7 @@ xz = { module = "org.tukaani:xz", version = "1.9" } |
|
|
|
|
[bundles] |
|
|
|
|
asm = ["asm-core", "asm-commons", "asm-tree", "asm-util"] |
|
|
|
|
bouncyCastle = ["bouncyCastle-pkix", "bouncyCastle-provider"] |
|
|
|
|
guice = ["guice-core", "guice-assistedInject"] |
|
|
|
|
ktor = [ |
|
|
|
|
"ktor-serialization-jackson", |
|
|
|
|
"ktor-server-auto-head-response", |
|
|
|
|