Skip to content

Commit

Permalink
Remove exclude statement in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 committed Sep 16, 2024
1 parent a0bd499 commit b0e1f4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/jballerina-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ description = 'Ballerina - Integration Test'

configurations.all {
resolutionStrategy.preferProjectModules()
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'
}

task copyToLib(type: Copy) {
Expand Down

0 comments on commit b0e1f4a

Please sign in to comment.