(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:
Viktor Lofgren 2024-01-05 13:17:29 +01:00
parent aca217cf9a
commit ef02b712ad

View File

@ -32,8 +32,6 @@ dependencies {
implementation project(':code:features-index:index-journal')
implementation project(':code:features-index:domain-ranking')
implementation project(':code:services-core:index-service')
implementation libs.bundles.slf4j
implementation libs.guice
implementation libs.bundles.mariadb