mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-28 15:48:22 +00:00
Refactor scheduler into api / impl
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user