Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Nov 28, 2024
1 parent 83e00d4 commit ee3f02f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ version = "1.6.0"
path = "./lib/constraint-native-1.6.0-20241122-133100-98689e2.jar"

[build-options]
observabilityIncluded=false
observabilityIncluded=true
14 changes: 13 additions & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ dependencies = [
org = "ballerina"
name = "observe"
version = "1.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -364,6 +363,18 @@ modules = [
{org = "ballerina", packageName = "uuid", moduleName = "uuid"}
]

[[package]]
org = "ballerinai"
name = "observe"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "observe"}
]
modules = [
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
]

[[package]]
org = "ballerinai"
name = "transaction"
Expand Down Expand Up @@ -400,6 +411,7 @@ dependencies = [
{org = "ballerina", name = "log"},
{org = "ballerina", name = "test"},
{org = "ballerina", name = "uuid"},
{org = "ballerinai", name = "observe"},
{org = "ballerinai", name = "transaction"}
]
modules = [
Expand Down

0 comments on commit ee3f02f

Please sign in to comment.