mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(build) Remove false depdencency between icp and index-service
This dependency causes the executor service docker image to change when the index service docker image changes.
This commit is contained in:
parent
4078708aea
commit
6d2e14a656
@ -32,8 +32,6 @@ dependencies {
|
|||||||
implementation project(':code:features-index:index-journal')
|
implementation project(':code:features-index:index-journal')
|
||||||
implementation project(':code:features-index:domain-ranking')
|
implementation project(':code:features-index:domain-ranking')
|
||||||
|
|
||||||
implementation project(':code:services-core:index-service')
|
|
||||||
|
|
||||||
implementation libs.bundles.slf4j
|
implementation libs.bundles.slf4j
|
||||||
implementation libs.guice
|
implementation libs.guice
|
||||||
implementation libs.bundles.mariadb
|
implementation libs.bundles.mariadb
|
||||||
|
Loading…
Reference in New Issue
Block a user