mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Use dependency catalogs, and add support for using local concrete.
This commit is contained in:
@ -4,8 +4,8 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
api(project(":common-all"))
|
||||
api("org.postgresql:postgresql:42.5.3")
|
||||
api("org.jetbrains.exposed:exposed-jdbc:0.41.1")
|
||||
api("org.jetbrains.exposed:exposed-java-time:0.41.1")
|
||||
api("com.zaxxer:HikariCP:5.0.1")
|
||||
api(libs.postgresql)
|
||||
api(libs.exposed.jdbc)
|
||||
api(libs.exposed.java.time)
|
||||
api(libs.hikaricp)
|
||||
}
|
||||
|
Reference in New Issue
Block a user