2023-01-28 19:38:57 -08:00
|
|
|
plugins {
|
2023-02-03 13:20:21 -08:00
|
|
|
id("gay.pizza.foundation.concrete-plugin")
|
2023-01-28 19:38:57 -08:00
|
|
|
}
|
|
|
|
|
2021-12-21 08:58:44 +00:00
|
|
|
dependencies {
|
2023-02-07 05:05:26 -05:00
|
|
|
api(project(":common-all"))
|
2023-02-07 04:52:54 -05:00
|
|
|
implementation(project(":foundation-shared"))
|
|
|
|
|
2023-02-05 21:49:53 -08:00
|
|
|
implementation("software.amazon.awssdk:s3:2.19.31")
|
2021-12-24 08:38:57 +00:00
|
|
|
implementation("org.quartz-scheduler:quartz:2.3.2")
|
2023-02-05 21:49:53 -08:00
|
|
|
implementation("com.google.guava:guava:31.1-jre")
|
2023-02-07 05:05:26 -05:00
|
|
|
|
|
|
|
implementation("io.insert-koin:koin-core:3.3.2")
|
|
|
|
testImplementation("io.insert-koin:koin-test:3.3.2")
|
|
|
|
|
|
|
|
implementation("org.jetbrains.xodus:xodus-openAPI:2.0.1")
|
|
|
|
implementation("org.jetbrains.xodus:xodus-entity-store:2.0.1")
|
2021-12-21 08:58:44 +00:00
|
|
|
}
|