Skip to content

Commit

Permalink
Add groupId, artifactId to the protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu authored Sep 27, 2024
1 parent 21baa20 commit 8008515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ version = "1.6.1"
path = "../native/build/libs/protobuf-native-1.6.1.jar"

[[platform.java17.dependency]]
groupId = "com.google.protobuf"
artifactId = "protobuf-java"
version = "3.25.5"
path = "./lib/protobuf-java-3.25.5.jar"

0 comments on commit 8008515

Please sign in to comment.