Skip to content

Commit c30a735

Browse files
Merge pull request #244 from ballerina-platform/dev-thisaru
[Automated] Update the native jar versions
2 parents f2351b3 + a9e575f commit c30a735

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

ballerina/Dependencies.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,27 @@ dependencies-toml-version = "2"
1010
org = "ballerina"
1111
name = "jballerina.java"
1212
version = "0.0.0"
13-
transitive = false
1413
modules = [
1514
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
1615
]
1716

17+
[[package]]
18+
org = "ballerina"
19+
name = "regex"
20+
version = "1.0.0"
21+
dependencies = [
22+
{org = "ballerina", name = "jballerina.java"},
23+
{org = "ballerina", name = "test"}
24+
]
25+
modules = [
26+
{org = "ballerina", packageName = "regex", moduleName = "regex"}
27+
]
28+
1829
[[package]]
1930
org = "ballerina"
2031
name = "test"
2132
version = "0.0.0"
2233
scope = "testOnly"
23-
transitive = false
2434
dependencies = [
2535
{org = "ballerina", name = "jballerina.java"}
2636
]

0 commit comments

Comments
 (0)