File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,27 @@ dependencies-toml-version = "2"
1010org = " ballerina"
1111name = " jballerina.java"
1212version = " 0.0.0"
13- transitive = false
1413modules = [
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 ]]
1930org = " ballerina"
2031name = " test"
2132version = " 0.0.0"
2233scope = " testOnly"
23- transitive = false
2434dependencies = [
2535 {org = " ballerina" , name = " jballerina.java" }
2636]
You can’t perform that action at this time.
0 commit comments