Skip to content

Commit cb140d3

Browse files
[Automated] Update the native jar versions
1 parent 06a93e3 commit cb140d3

File tree

2 files changed

+54
-6
lines changed

2 files changed

+54
-6
lines changed

ballerina/Ballerina.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ version = "0.1.0"
1919
path = "../native/build/libs/data.jsondata-native-0.1.0-SNAPSHOT.jar"
2020

2121
[[platform.java11.dependency]]
22-
path = "./lib/json-path-@jsonpath.version@.jar"
22+
path = "./lib/json-path-2.7.0.jar"
2323
groupId = "com.jayway.jsonpath"
2424
artifactId = "json-path"
25-
version = "@jsonpath.version@"
25+
version = "2.7.0"
2626

2727
[[platform.java11.dependency]]
28-
path = "./lib/json-smart-@jsonsmart.version@.jar"
28+
path = "./lib/json-smart-2.4.7.jar"
2929
groupId = "net.minidev.json"
3030
artifactId = "json-smart"
31-
version = "@jsonsmart.version@"
31+
version = "2.4.7"
3232

3333
[[platform.java11.dependency]]
34-
path = "./lib/accessors-smart-@accessors.version@.jar"
34+
path = "./lib/accessors-smart-2.4.7.jar"
3535
groupId = "net.minidev.json"
3636
artifactId = "accessors-smart"
37-
version = "@accessors.version@"
37+
version = "2.4.7"

ballerina/Dependencies.toml

+48
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ version = "0.1.0"
1414
dependencies = [
1515
{org = "ballerina", name = "io"},
1616
{org = "ballerina", name = "jballerina.java"},
17+
{org = "ballerina", name = "lang.float"},
18+
{org = "ballerina", name = "lang.int"},
19+
{org = "ballerina", name = "lang.object"},
1720
{org = "ballerina", name = "test"}
1821
]
1922
modules = [
@@ -41,6 +44,16 @@ modules = [
4144
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
4245
]
4346

47+
[[package]]
48+
org = "ballerina"
49+
name = "lang.__internal"
50+
version = "0.0.0"
51+
scope = "testOnly"
52+
dependencies = [
53+
{org = "ballerina", name = "jballerina.java"},
54+
{org = "ballerina", name = "lang.object"}
55+
]
56+
4457
[[package]]
4558
org = "ballerina"
4659
name = "lang.error"
@@ -50,6 +63,40 @@ dependencies = [
5063
{org = "ballerina", name = "jballerina.java"}
5164
]
5265

66+
[[package]]
67+
org = "ballerina"
68+
name = "lang.float"
69+
version = "0.0.0"
70+
scope = "testOnly"
71+
dependencies = [
72+
{org = "ballerina", name = "jballerina.java"}
73+
]
74+
modules = [
75+
{org = "ballerina", packageName = "lang.float", moduleName = "lang.float"}
76+
]
77+
78+
[[package]]
79+
org = "ballerina"
80+
name = "lang.int"
81+
version = "0.0.0"
82+
scope = "testOnly"
83+
dependencies = [
84+
{org = "ballerina", name = "jballerina.java"},
85+
{org = "ballerina", name = "lang.__internal"},
86+
{org = "ballerina", name = "lang.object"}
87+
]
88+
modules = [
89+
{org = "ballerina", packageName = "lang.int", moduleName = "lang.int"}
90+
]
91+
92+
[[package]]
93+
org = "ballerina"
94+
name = "lang.object"
95+
version = "0.0.0"
96+
modules = [
97+
{org = "ballerina", packageName = "lang.object", moduleName = "lang.object"}
98+
]
99+
53100
[[package]]
54101
org = "ballerina"
55102
name = "lang.value"
@@ -71,3 +118,4 @@ dependencies = [
71118
modules = [
72119
{org = "ballerina", packageName = "test", moduleName = "test"}
73120
]
121+

0 commit comments

Comments
 (0)