diff --git a/connector/build.gradle.kts b/connector/build.gradle.kts index cf096b1..59e162b 100644 --- a/connector/build.gradle.kts +++ b/connector/build.gradle.kts @@ -58,11 +58,8 @@ dependencies { implementation("${edcGroup}:control-plane-api:${edcVersion}") implementation("${edcGroup}:control-plane-core:${edcVersion}") //implementation("${edcGroup}:control-plane-transfer:${edcVersion}") - implementation("${edcGroup}:dsp:${edcVersion}") - implementation("${edcGroup}:auth-tokenbased:${edcVersion}") - implementation("${edcGroup}:management-api:${edcVersion}") //implementation(project(":extension")) diff --git a/connector/resources/config.properties b/connector/resources/config.properties index 0eefe32..dae3591 100644 --- a/connector/resources/config.properties +++ b/connector/resources/config.properties @@ -1,17 +1,16 @@ edc.participant.id=possible edc.dsp.callback.address=http://localhost:8282/protocol -edc.dpf.selector.url=a web.http.port=8181 web.http.path=/api web.http.management.port=8182 web.http.management.path=/management -web.http.protocol.port=8282 +web.http.protocol.port=8183 web.http.protocol.path=/protocol -web.http.control.port=8283 +web.http.control.port=8184 web.http.control.path=/control -web.http.public.port=8284 +web.http.public.port=8185 web.http.public.path=/public -web.http.data.port=8285 +web.http.data.port=8186 web.http.data.path=/data edc.api.auth.key=password possible.catalog.jwt.token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsib3BlcmF0b3IiXX19.lMkYKTViVNVPFH49ntdkruLe5EaWRUYt1YL-1Y7b0gc