foundation/foundation-core/build.gradle.kts

7 lines
222 B
Plaintext
Raw Normal View History

2021-12-21 08:58:44 +00:00
dependencies {
2021-12-22 08:11:22 +00:00
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
2021-12-23 22:44:02 +00:00
implementation("software.amazon.awssdk:s3:2.17.102")
2021-12-24 08:38:57 +00:00
implementation("org.quartz-scheduler:quartz:2.3.2")
2021-12-21 08:58:44 +00:00
}