Skip to content

Commit

Permalink
[Automated] Update the toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
RDPerera committed Mar 22, 2024
1 parent 9d624aa commit d89880e
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,6 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.regexp"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.string"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.regexp"}
]

[[package]]
org = "ballerina"
name = "lang.value"
Expand Down Expand Up @@ -95,19 +76,6 @@ modules = [
{org = "ballerina", packageName = "os", moduleName = "os"}
]

[[package]]
org = "ballerina"
name = "regex"
version = "1.3.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
]
modules = [
{org = "ballerina", packageName = "regex", moduleName = "regex"}
]

[[package]]
org = "ballerina"
name = "test"
Expand Down Expand Up @@ -152,7 +120,6 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "os"},
{org = "ballerina", name = "regex"},
{org = "ballerina", name = "test"},
{org = "ballerina", name = "time"},
{org = "ballerinai", name = "observe"}
Expand Down

0 comments on commit d89880e

Please sign in to comment.