Skip to content

Commit c53ceee

Browse files
[Automated] Update the toml files
1 parent e91825e commit c53ceee

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ballerina/Ballerina.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,15 @@ groupId = "io.ballerina.lib"
1717
artifactId = "ai.azure-native"
1818
version = "1.2.0"
1919
path = "../native/build/libs/ai.azure-native-1.2.0-SNAPSHOT.jar"
20+
21+
[[dependency]]
22+
org="ballerinax"
23+
name="azure.ai.search"
24+
version="1.0.0"
25+
repository="local"
26+
27+
[[dependency]]
28+
org="ballerinax"
29+
name="azure.ai.search.index"
30+
version="1.0.0"
31+
repository="local"

ballerina/Dependencies.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ modules = [
144144
[[package]]
145145
org = "ballerina"
146146
name = "io"
147-
version = "1.8.0"
147+
version = "1.8.1"
148148
dependencies = [
149149
{org = "ballerina", name = "jballerina.java"},
150150
{org = "ballerina", name = "lang.value"}
@@ -435,7 +435,6 @@ dependencies = [
435435
{org = "ballerina", name = "http"},
436436
{org = "ballerina", name = "log"},
437437
{org = "ballerina", name = "url"},
438-
{org = "ballerina", name = "uuid"},
439438
{org = "ballerinai", name = "observe"}
440439
]
441440
modules = [

0 commit comments

Comments
 (0)