Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
driessamyn committed Oct 3, 2023
1 parent 9516cbb commit cc9d374
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions processors/flow-mapper-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ dependencies {
implementation project(':components:virtual-node:cpi-info-read-service')
implementation project(':components:virtual-node:virtual-node-info-read-service')
implementation project(':libs:lifecycle:lifecycle')
implementation project(":libs:messaging:messaging")
implementation project(':libs:messaging:messaging')
implementation project(':libs:utilities')
implementation project(':notary-plugins:notary-plugin-common')

runtimeOnly project(":components:configuration:configuration-read-service-impl")
runtimeOnly project(':components:configuration:configuration-read-service-impl')
runtimeOnly project(':libs:ledger:ledger-common-data')
runtimeOnly project(":components:ledger:notary-worker-selection-impl")
runtimeOnly project(':components:ledger:notary-worker-selection-impl')
runtimeOnly project(':libs:ledger:ledger-consensual-data')
runtimeOnly project(':libs:ledger:ledger-utxo-data')
runtimeOnly project(':libs:crypto:crypto-serialization-impl')
Expand All @@ -48,7 +48,7 @@ dependencies {
runtimeOnly project(':components:virtual-node:cpi-info-read-service-impl')
runtimeOnly project(':libs:application:application-impl')
runtimeOnly project(':libs:crypto:cipher-suite-impl')
runtimeOnly project(":libs:crypto:crypto-serialization-impl")
runtimeOnly project(':libs:crypto:crypto-serialization-impl')
runtimeOnly project(':libs:crypto:merkle-impl')
runtimeOnly project(':libs:db:db-orm-impl')
runtimeOnly project(':libs:flows:external-event-responses-impl')
Expand Down
10 changes: 5 additions & 5 deletions processors/flow-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ dependencies {
implementation project(':components:virtual-node:cpk-read-service')
implementation project(':components:virtual-node:sandbox-group-context-service')
implementation project(':components:virtual-node:virtual-node-info-read-service')
implementation project(":libs:lifecycle:lifecycle")
implementation project(":libs:messaging:messaging")
implementation project(':libs:lifecycle:lifecycle')
implementation project(':libs:messaging:messaging')
implementation project(':libs:utilities')
implementation project(':libs:virtual-node:sandbox-group-context')
implementation project(':notary-plugins:notary-plugin-common')

runtimeOnly project(":components:configuration:configuration-read-service-impl")
runtimeOnly project(":components:flow:flow-service")
runtimeOnly project(':components:configuration:configuration-read-service-impl')
runtimeOnly project(':components:flow:flow-service')
runtimeOnly project(':components:ledger:ledger-common-flow')
runtimeOnly project(':libs:ledger:ledger-common-data')
runtimeOnly project(':components:ledger:ledger-consensual-flow')
Expand Down Expand Up @@ -71,6 +71,6 @@ dependencies {
runtimeOnly project(':libs:schema-registry:schema-registry-impl')
runtimeOnly project(':libs:serialization:serialization-kryo')
runtimeOnly project(':libs:state-manager:state-manager-db-impl')
runtimeOnly project(":libs:web:web-impl")
runtimeOnly project(':libs:web:web-impl')

}

0 comments on commit cc9d374

Please sign in to comment.