Skip to content

Commit

Permalink
Add required dependencies for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabilang committed Jul 4, 2023
1 parent 800d7cf commit 1d08c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ballerinaGradlePluginVersion=2.0.0
puppycrawlCheckstyleVersion=10.12.0
openTelemetryVersion=1.7.0
nettyCodecVersion=4.1.77.Final
gsonVersion=2.8.8
gsonVersion=2.10.1

observeVersion=1.1.0-20230622-105700-f92eb77

Expand Down
2 changes: 2 additions & 0 deletions integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies {
testImplementation group: 'org.ballerinalang', name: 'ballerina-metrics-extension',
version: "${ballerinaLangVersion}"
implementation group: 'org.testng', name: 'testng', version: "${testngVersion}"
testImplementation "com.google.code.gson:gson:${gsonVersion}"
testImplementation group: 'org.ballerinalang', name: 'identifier-util', version: "${ballerinaLangVersion}"
}

def ballerinaDist = "build/target/extracted-distributions"
Expand Down

0 comments on commit 1d08c8f

Please sign in to comment.