(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
aca217cf9a
commit
ef02b712ad
@ -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