Skip to content

Commit

Permalink
fix: added libs.edc.control.plane.api to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidonos committed Oct 26, 2023
1 parent 20d7201 commit 00b5e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@

@EndToEndTest
public class Transfer04eventConsumerTest {
private static final String CONNECTOR_MODULE_PATH = ":transfer:transfer-04-event-consumer:consumer-with-listener";
private static final String CONSUMER_WITH_LISTENER_MODULE_PATH = ":transfer:transfer-04-event-consumer:consumer-with-listener";
private static final String START_TRANSFER_FILE_PATH = "transfer/transfer-02-consumer-pull/resources/start-transfer.json";

@RegisterExtension
static EdcRuntimeExtension provider = getProvider();

@RegisterExtension
static EdcRuntimeExtension consumer = getConsumer(CONNECTOR_MODULE_PATH);
static EdcRuntimeExtension consumer = getConsumer(CONSUMER_WITH_LISTENER_MODULE_PATH);

@Container
static DockerComposeContainer<?> httpRequestLoggerContainer = getHttpRequestLoggerContainer();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ plugins {

dependencies {
implementation(libs.edc.control.plane.api.client)
implementation(libs.edc.control.plane.api)
implementation(libs.edc.control.plane.core)
implementation(libs.edc.dsp)
implementation(libs.edc.configuration.filesystem)
Expand Down

0 comments on commit 00b5e8e

Please sign in to comment.