summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-api/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-compute/opendc-compute-api/build.gradle.kts')
-rw-r--r--opendc-compute/opendc-compute-api/build.gradle.kts4
1 files changed, 0 insertions, 4 deletions
diff --git a/opendc-compute/opendc-compute-api/build.gradle.kts b/opendc-compute/opendc-compute-api/build.gradle.kts
index 880ee03d..2ac7e64c 100644
--- a/opendc-compute/opendc-compute-api/build.gradle.kts
+++ b/opendc-compute/opendc-compute-api/build.gradle.kts
@@ -26,7 +26,3 @@ description = "API interface for the OpenDC Compute service"
plugins {
`kotlin-library-conventions`
}
-
-dependencies {
- api(platform(projects.opendcPlatform))
-}