|
5 | 5 |
|
6 | 6 | [ballerina] |
7 | 7 | dependencies-toml-version = "2" |
8 | | -distribution-version = "2201.13.0-20251015-051600-27035519" |
| 8 | +distribution-version = "2201.13.0" |
9 | 9 |
|
10 | 10 | [[package]] |
11 | 11 | org = "ballerina" |
@@ -37,6 +37,9 @@ dependencies = [ |
37 | 37 | {org = "ballerina", name = "jballerina.java"}, |
38 | 38 | {org = "ballerina", name = "time"} |
39 | 39 | ] |
| 40 | +modules = [ |
| 41 | + {org = "ballerina", packageName = "crypto", moduleName = "crypto"} |
| 42 | +] |
40 | 43 |
|
41 | 44 | [[package]] |
42 | 45 | org = "ballerina" |
@@ -138,10 +141,12 @@ name = "oauth2" |
138 | 141 | version = "2.15.0" |
139 | 142 | dependencies = [ |
140 | 143 | {org = "ballerina", name = "cache"}, |
| 144 | + {org = "ballerina", name = "crypto"}, |
141 | 145 | {org = "ballerina", name = "jballerina.java"}, |
142 | 146 | {org = "ballerina", name = "lang.runtime"}, |
143 | 147 | {org = "ballerina", name = "log"}, |
144 | 148 | {org = "ballerina", name = "test"}, |
| 149 | + {org = "ballerina", name = "time"}, |
145 | 150 | {org = "ballerina", name = "url"} |
146 | 151 | ] |
147 | 152 | modules = [ |
@@ -187,6 +192,9 @@ version = "2.8.0" |
187 | 192 | dependencies = [ |
188 | 193 | {org = "ballerina", name = "jballerina.java"} |
189 | 194 | ] |
| 195 | +modules = [ |
| 196 | + {org = "ballerina", packageName = "time", moduleName = "time"} |
| 197 | +] |
190 | 198 |
|
191 | 199 | [[package]] |
192 | 200 | org = "ballerina" |
|
0 commit comments