Skip to content

Commit

Permalink
Remove control-plane-spi dependency on web-spi
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmarino committed Nov 1, 2023
1 parent 953a46a commit dacddcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spi/control-plane/control-plane-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
api(project(":spi:common:core-spi"))
api(project(":spi:common:transaction-spi"))
api(project(":spi:common:transform-spi"))
api(project(":spi:common:web-spi"))
api(project(":spi:control-plane:contract-spi"))
api(project(":spi:control-plane:transfer-data-plane-spi"))
api(project(":spi:control-plane:policy-spi"))
Expand Down

0 comments on commit dacddcb

Please sign in to comment.