From 8290d8b5200aace79cfa76bef5565927f4ccc06c Mon Sep 17 00:00:00 2001 From: Parameswaran Sajeenthiran <77486691+ParameswaranSajeenthiran@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:55:46 +0530 Subject: [PATCH] Update Ballerina.toml of CRUD example --- examples/extension-crud/Ballerina.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/extension-crud/Ballerina.toml b/examples/extension-crud/Ballerina.toml index 2f84e00..0bb18df 100644 --- a/examples/extension-crud/Ballerina.toml +++ b/examples/extension-crud/Ballerina.toml @@ -2,9 +2,3 @@ org = "wso2" name = "extensioncrud" version = "0.1.0" - -[[dependency]] -org = "ballerinax" -name = "hubspot.automation.actions" -version = "1.0.0" -repository = "local"