File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,15 @@ groupId = "io.ballerina.lib"
1717artifactId = " ai.azure-native"
1818version = " 1.2.0"
1919path = " ../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"
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ modules = [
144144[[package ]]
145145org = " ballerina"
146146name = " io"
147- version = " 1.8.0 "
147+ version = " 1.8.1 "
148148dependencies = [
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]
441440modules = [
You can’t perform that action at this time.
0 commit comments