Skip to content

Commit

Permalink
Merge pull request #1041 from Ramith-D-Rodrigo/add-group-id-to-plat-deps
Browse files Browse the repository at this point in the history
Add groupId, artifactId, scope to relevant platform dependencies
  • Loading branch information
daneshk authored Apr 24, 2024
2 parents ee39f22 + 0f41fa1 commit 9d5030e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integration-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ name = "integration_tests"
version = "@toml.version@"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "log-native"
path = "../native/build/libs/[email protected]@.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "log-test-utils"
scope = "testOnly"
path = "../test-utils/build/libs/[email protected]@.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
path = "./lib/[email protected]@.jar"

0 comments on commit 9d5030e

Please sign in to comment.