Skip to content

Commit

Permalink
[Automated] Update the toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Nov 28, 2023
1 parent a763417 commit f7dc848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.7.0"
org = "ballerinax"
name = "mongodb"
version = "4.3.0"
version = "5.0.0-SNAPSHOT"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["IT Operations/Databases", "Cost/Freemium"]
Expand All @@ -13,10 +13,10 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-mongodb"
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/mongodb-native-4.3.0.jar"
path = "../native/build/libs/mongodb-native-5.0.0-SNAPSHOT.jar"
groupId = "org.ballerinalang"
artifactId = "mongodb-native"
version = "4.3.0"
version = "5.0.0-SNAPSHOT"

[[platform.java17.dependency]]
groupId = "com.fasterxml.jackson.core"
Expand Down
16 changes: 1 addition & 15 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "os", moduleName = "os"}
]

[[package]]
org = "ballerina"
name = "test"
Expand All @@ -116,12 +103,11 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "mongodb"
version = "4.3.0"
version = "5.0.0-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "os"},
{org = "ballerina", name = "test"}
]
modules = [
Expand Down

0 comments on commit f7dc848

Please sign in to comment.