Skip to content

Commit

Permalink
chore: removed not needed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 15, 2024
1 parent 85333f8 commit e841c43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ dependencies {
api(project(":data-protocols:dsp:dsp-http-spi"))
api(project(":spi:common:core-spi"))
api(project(":spi:common:web-spi"))
api(project(":spi:common:json-ld-spi"))

api(project(":spi:control-plane:control-plane-spi"))

implementation(project(":core:common:lib:validator-lib"))
implementation(project(":data-protocols:dsp:dsp-catalog:lib:dsp-catalog-validation-lib"))

implementation(libs.jakarta.rsApi)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
api(project(":spi:control-plane:control-plane-spi"))
api(project(":extensions:common:json-ld"))

implementation(project(":core:common:lib:validator-lib"))
implementation(project(":data-protocols:dsp:dsp-negotiation:lib:dsp-negotiation-validation-lib"))

implementation(libs.jakarta.rsApi)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
api(project(":data-protocols:dsp:dsp-http-spi"))

implementation(project(":spi:common:json-ld-spi"))
implementation(project(":core:common:lib:validator-lib"))
implementation(project(":data-protocols:dsp:dsp-transfer-process:lib:dsp-transfer-process-validation-lib"))

implementation(libs.jakarta.rsApi)
Expand Down

0 comments on commit e841c43

Please sign in to comment.