Skip to content

Commit

Permalink
updated to newest edc version. Added dependencies for control-plane
Browse files Browse the repository at this point in the history
  • Loading branch information
cengiz-yazici committed Jul 25, 2024
1 parent e33149a commit 97ef16d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 21 deletions.
45 changes: 27 additions & 18 deletions connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,43 @@ val fraunhoferVersion: String by project

dependencies {
implementation("${edcGroup}:boot:${edcVersion}")

implementation("${edcGroup}:control-plane-core:${edcVersion}")

implementation("${edcGroup}:connector-core:${edcVersion}")

implementation("${edcGroup}:api-observability:${edcVersion}")

implementation("${edcGroup}:configuration-filesystem:${edcVersion}")

implementation("${edcGroup}:http:${edcVersion}")
implementation("${edcGroup}:dsp:${edcVersion}")

implementation("${edcGroup}:auth-tokenbased:${edcVersion}")

implementation("$edcGroup:management-api:$edcVersion")
implementation("${edcGroup}:json-ld:${edcVersion}")
implementation("${edcGroup}:control-api-configuration:${edcVersion}")
implementation("${edcGroup}:control-plane-api-client:${edcVersion}")
implementation("${edcGroup}:control-plane-api:${edcVersion}")
implementation("${edcGroup}:control-plane-core:${edcVersion}")

implementation("${edcGroup}:dsp:${edcVersion}")

//implementation("${edcGroup}:auth-spi:${edcVersion}")
//implementation("${edcGroup}:core-spi:${edcVersion}")
//implementation("${edcGroup}:auth-tokenbased:${edcVersion}")

//implementation("$edcGroup:management-api:$edcVersion")

implementation("${edcGroup}:iam-mock:${edcVersion}")

implementation(project(":extension"))

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


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

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


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

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

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

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

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

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

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

//IONOS
//implementation ("com.ionoscloud.edc:provision-ionos-s3:v2.2.0")
Expand Down
2 changes: 1 addition & 1 deletion connector/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ web.http.public.path=/public
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.1.2
possible.connector.edcVersion=0.7.1

edc.ionos.access.key=<YOUR S3 KEY>
edc.ionos.secret.key=<YOUR S3 KEY SECRET>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
javaVersion=17
edcGroup=org.eclipse.edc
edcVersion=0.1.2
edcVersion=0.7.1
metaModelVersion=0.0.1-SNAPSHOT
rsApi=3.1.0
fraunhoferVersion=4.1.3
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ dependencyResolutionManagement {

include(":connector")

include(":extension")
//include(":extension")

0 comments on commit 97ef16d

Please sign in to comment.