Skip to content

Commit

Permalink
Add exclude statement to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 committed Sep 16, 2024
1 parent b0e1f4a commit 114936a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/jballerina-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ clean.doFirst {

description = 'Ballerina - Integration Test'

configurations {
testCompile.exclude group: 'org.slf4j', module: 'slf4j-log4j12'
testCompile.exclude group: 'org.slf4j', module: 'slf4j-simple'
testCompile.exclude group: 'org.ops4j.pax.logging', module: 'pax-logging-api'
}

configurations.all {
resolutionStrategy.preferProjectModules()
}
Expand Down

0 comments on commit 114936a

Please sign in to comment.