Skip to content

Commit

Permalink
downgrade to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cengiz-yazici committed Aug 2, 2024
1 parent fdd2bd2 commit b13cdeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
16 changes: 4 additions & 12 deletions connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ dependencies {
implementation("${edcGroup}:iam-mock:${edcVersion}")
implementation("${edcGroup}:http:${edcVersion}")

implementation("${edcGroup}:json-ld:${edcVersion}")


implementation("${edcGroup}:control-plane-api-client:${edcVersion}")
implementation("${edcGroup}:control-plane-api:${edcVersion}")
implementation("${edcGroup}:control-plane-core:${edcVersion}")
Expand All @@ -65,25 +62,20 @@ dependencies {

//implementation(project(":extension"))

//testImplementation ("${edcGroup}:junit:${edcVersion}")

implementation("${edcGroup}:data-plane-core:${edcVersion}")
implementation("${edcGroup}:data-plane-client:${edcVersion}")
implementation("${edcGroup}:data-plane-selector-core:${edcVersion}")
implementation("${edcGroup}:data-plane-selector-api:${edcVersion}")
//implementation("${edcGroup}:data-plane-selector-client:${edcVersion}")
implementation("${edcGroup}:data-plane-selector-client:${edcVersion}")

implementation("${edcGroup}:data-plane-client:${edcVersion}")

implementation("${edcGroup}:transfer-data-plane:${edcVersion}")
implementation("${edcGroup}:validator-data-address-http-data:${edcVersion}")
//implementation("${edcGroup}:validator-data-address-http-data:${edcVersion}")

//implementation("${edcGroup}:vault-hashicorp:${edcVersion}")
//implementation("${edcGroup}:asset-index-sql:${edcVersion}")

//implementation("${edcGroup}:identity-did-core:${edcVersion}")
//implementation("${edcGroup}:vault-filesystem:${edcVersion}")
//implementation("${edcGroup}:keys-lib:${edcVersion}")
implementation("${edcGroup}:control-api-configuration:${edcVersion}")
//implementation("${edcGroup}:transfer-pull-http-receiver:${edcVersion}")
//IONOS
implementation ("com.ionoscloud.edc:provision-ionos-s3:v2.2.0")
implementation ("com.ionoscloud.edc:data-plane-ionos-s3:v2.2.0")
Expand Down
6 changes: 2 additions & 4 deletions connector/resources/config.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
edc.participant.id=possible
edc.dsp.callback.address=http://localhost:8282/protocol
edc.dsp.callback.address=http://localhost:8183/protocol
web.http.port=8181
web.http.path=/api
web.http.management.port=8182
Expand All @@ -15,10 +15,8 @@ web.http.data.path=/data
edc.api.auth.key=password
possible.catalog.jwt.token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsib3BlcmF0b3IiXX19.lMkYKTViVNVPFH49ntdkruLe5EaWRUYt1YL-1Y7b0gc
possible.catalog.endpoint=https://possible.fokus.fraunhofer.de/api/hub/repo/catalogues/test-provider/datasets/origin
possible.connector.edcVersion=0.6.0
possible.connector.edcVersion=0.4.1

edc.transfer.proxy.token.verifier.publickey.alias=a
edc.transfer.proxy.token.signer.privatekey.alias=b
edc.ionos.endpoint =https://s3-eu-central-2.ionoscloud.com
ids.webhook.address=http://localhost:8282
edc.vault.hashicorp.url=http://localhost:8200
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
javaVersion=17
edcGroup=org.eclipse.edc
edcVersion=0.6.0
edcVersion=0.4.1
ionosDevelopersName=Paulo Lory, Paulo Cabrita

0 comments on commit b13cdeb

Please sign in to comment.