Skip to content

Commit

Permalink
Remove unnecessary dependency :data-plane-instance-store-sql and the …
Browse files Browse the repository at this point in the history
…associated service
  • Loading branch information
Christophe '116' Loiseau committed Feb 21, 2024
1 parent 0efa9e7 commit 4ce15f3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Patch Changes
- DspCatalogService: Contract Offer IDs are now stable
- Removed the DataPlaneInstanceStatementsProviderExtension as it is not necessary here and causes crashes.

### Deployment Migration Notes

Expand Down
1 change: 0 additions & 1 deletion extensions/postgres-flyway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies {

// Adds Database-Related EDC-Extensions (EDC-SQL-Stores, JDBC-Driver, Pool and Transactions)
implementation("${edcGroup}:control-plane-sql:${edcVersion}")
implementation("${edcGroup}:data-plane-instance-store-sql:${edcVersion}")
implementation("${tractusGroup}:sql-pool:${tractusVersion}")
implementation("${edcGroup}:transaction-local:${edcVersion}")

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
de.sovity.edc.extension.postgresql.PostgresFlywayExtension
de.sovity.edc.extension.postgresql.DataPlaneInstanceStatementsProviderExtension

0 comments on commit 4ce15f3

Please sign in to comment.