# Runtime libraries fetched by GeckonomyLoader at server start.
#
# Versions are substituted from pom.xml properties at build time (resource filtering), so this file
# and the pom cannot drift apart. Adding a library here also needs a matching `provided` dependency
# in the pom so the code compiles against it.
#
# Format: one Maven coordinate per line (group:artifact:version). Blank lines and #-comments ignored.

org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.4.10
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0
com.zaxxer:HikariCP:7.1.0
org.xerial:sqlite-jdbc:3.53.2.0
org.mariadb.jdbc:mariadb-java-client:3.5.9
