2023-01-29 03:38:57 +00:00
|
|
|
plugins {
|
2023-02-03 21:20:21 +00:00
|
|
|
id("gay.pizza.foundation.concrete-plugin")
|
2023-01-29 03:38:57 +00:00
|
|
|
}
|
|
|
|
|
2021-12-21 08:58:44 +00:00
|
|
|
dependencies {
|
2023-02-07 10:05:26 +00:00
|
|
|
api(project(":common-all"))
|
2023-02-07 09:52:54 +00:00
|
|
|
implementation(project(":foundation-shared"))
|
|
|
|
|
2023-02-06 05:49:53 +00: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-06 05:49:53 +00:00
|
|
|
implementation("com.google.guava:guava:31.1-jre")
|
2023-02-07 10:05:26 +00:00
|
|
|
|
|
|
|
implementation("io.insert-koin:koin-core:3.3.2")
|
|
|
|
testImplementation("io.insert-koin:koin-test:3.3.2")
|
2021-12-21 08:58:44 +00:00
|
|
|
}
|