Refactor scheduler into api / impl

This commit is contained in:
eikek
2022-03-13 14:27:06 +01:00
parent 69765f05ff
commit 3a05dc56cb
50 changed files with 1076 additions and 867 deletions

View File

@ -530,7 +530,7 @@ val schedulerApi = project
Dependencies.fs2Core ++
Dependencies.circeCore
)
.dependsOn(loggingApi, common, store, notificationApi, pubsubApi)
.dependsOn(loggingApi, common, store, pubsubApi)
val schedulerImpl = project
.in(file("modules/scheduler/impl"))
@ -837,7 +837,8 @@ val restserver = project
ftssolr,
oidc,
pubsubNaive,
notificationImpl
notificationImpl,
schedulerImpl
)
// --- Website Documentation