Hooking the new pubsub impl into the application

This commit is contained in:
eikek
2021-11-05 21:01:02 +01:00
parent 4d5c695882
commit f38d520a1d
25 changed files with 379 additions and 188 deletions

View File

@ -564,7 +564,7 @@ val backend = project
Dependencies.http4sClient ++
Dependencies.emil
)
.dependsOn(store, joexapi, ftsclient, totp)
.dependsOn(store, joexapi, ftsclient, totp, pubsubApi)
val oidc = project
.in(file("modules/oidc"))
@ -655,7 +655,8 @@ val joex = project
analysis,
joexapi,
restapi,
ftssolr
ftssolr,
pubsubNaive
)
val restserver = project
@ -719,7 +720,7 @@ val restserver = project
}
}
)
.dependsOn(config, restapi, joexapi, backend, webapp, ftssolr, oidc)
.dependsOn(config, restapi, joexapi, backend, webapp, ftssolr, oidc, pubsubNaive)
// --- Website Documentation