mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-05 06:21:32 +00:00
19 lines
547 B
Plaintext
19 lines
547 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common-all"))
|
|
implementation(project(":foundation-shared"))
|
|
|
|
implementation("software.amazon.awssdk:s3:2.19.31")
|
|
implementation("org.quartz-scheduler:quartz:2.3.2")
|
|
implementation("com.google.guava:guava:31.1-jre")
|
|
|
|
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")
|
|
}
|