From f4f07cace70da8d292c779627de00500229223fd Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Fri, 12 Jul 2024 13:05:03 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 52 +------------------------------------ 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c995088..c07b540 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -12,8 +12,7 @@ org = "ballerina" name = "data.csv" version = "0.1.0" dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "test"} + {org = "ballerina", name = "jballerina.java"} ] modules = [ {org = "ballerina", packageName = "data.csv", moduleName = "data.csv"} @@ -27,52 +26,3 @@ modules = [ {org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"} ] -[[package]] -org = "ballerina" -name = "lang.__internal" -version = "0.0.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.object"} -] - -[[package]] -org = "ballerina" -name = "lang.array" -version = "0.0.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.__internal"} -] - -[[package]] -org = "ballerina" -name = "lang.error" -version = "0.0.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"} -] - -[[package]] -org = "ballerina" -name = "lang.object" -version = "0.0.0" -scope = "testOnly" - -[[package]] -org = "ballerina" -name = "test" -version = "0.0.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.array"}, - {org = "ballerina", name = "lang.error"} -] -modules = [ - {org = "ballerina", packageName = "test", moduleName = "test"} -] -