From 1e0059372902ab52f7cb2322454716fd197a61e2 Mon Sep 17 00:00:00 2001 From: hindujaB Date: Thu, 14 Nov 2024 22:06:03 +0530 Subject: [PATCH] Revert "[Automated] Update the native jar versions" This reverts commit ef07c9b88e60cc079165346b9aafc7da81e29496. --- ballerina-tests/Ballerina.toml | 4 ++-- ballerina-tests/Dependencies.toml | 32 +++++++++---------------------- 2 files changed, 11 insertions(+), 25 deletions(-) diff --git a/ballerina-tests/Ballerina.toml b/ballerina-tests/Ballerina.toml index d8d903be..d5908366 100644 --- a/ballerina-tests/Ballerina.toml +++ b/ballerina-tests/Ballerina.toml @@ -1,10 +1,10 @@ [package] org = "ballerina" name = "websub_tests" -version = "2.13.0" +version = "2.12.1" [platform.java21] graalvmCompatible = true [[platform.java21.dependency]] -path = "../native/build/libs/websub-native-2.13.0-SNAPSHOT.jar" +path = "../native/build/libs/websub-native-2.12.1-SNAPSHOT.jar" diff --git a/ballerina-tests/Dependencies.toml b/ballerina-tests/Dependencies.toml index 72bc4015..7dc1d9fc 100644 --- a/ballerina-tests/Dependencies.toml +++ b/ballerina-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241112-214900-6b80ab87" +distribution-version = "2201.10.0-20241025-103700-5c9e6a27" [[package]] org = "ballerina" @@ -28,14 +28,13 @@ scope = "testOnly" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "task"}, - {org = "ballerina", name = "time"} + {org = "ballerina", name = "task"} ] [[package]] org = "ballerina" name = "constraint" -version = "1.6.0" +version = "1.5.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -51,16 +50,6 @@ dependencies = [ {org = "ballerina", name = "time"} ] -[[package]] -org = "ballerina" -name = "data.jsondata" -version = "0.3.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.object"} -] - [[package]] org = "ballerina" name = "file" @@ -83,7 +72,6 @@ dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "crypto"}, - {org = "ballerina", name = "data.jsondata"}, {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -131,8 +119,7 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.int"}, {org = "ballerina", name = "lang.string"}, - {org = "ballerina", name = "log"}, - {org = "ballerina", name = "time"} + {org = "ballerina", name = "log"} ] [[package]] @@ -242,7 +229,7 @@ dependencies = [ [[package]] org = "ballerina" name = "mime" -version = "2.10.2" +version = "2.10.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -261,14 +248,13 @@ dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, - {org = "ballerina", name = "time"}, {org = "ballerina", name = "url"} ] [[package]] org = "ballerina" name = "observe" -version = "1.4.0" +version = "1.3.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -311,7 +297,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.6.0" +version = "2.5.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -329,7 +315,7 @@ dependencies = [ [[package]] org = "ballerina" name = "websub" -version = "2.13.0" +version = "2.12.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -350,7 +336,7 @@ modules = [ [[package]] org = "ballerina" name = "websub_tests" -version = "2.13.0" +version = "2.12.1" dependencies = [ {org = "ballerina", name = "test"}, {org = "ballerina", name = "websub"}