mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Reform dependency structure.
This commit is contained in:
@ -3,10 +3,9 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
|
||||
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")
|
||||
|
||||
api(project(":common-plugin"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user