diff --git a/bvm/ballerina-core/build.gradle b/bvm/ballerina-core/build.gradle index 80f80aed02a4..dc192b91e88c 100644 --- a/bvm/ballerina-core/build.gradle +++ b/bvm/ballerina-core/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'io.opentracing:opentracing-util' implementation 'org.awaitility:awaitility' implementation 'com.zaxxer:HikariCP' - implementation 'org.slf4j:slf4j-jdk14' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl' implementation 'commons-codec:commons-codec' } diff --git a/bvm/ballerina-rt/build.gradle b/bvm/ballerina-rt/build.gradle index d72f50951eea..b4976e731940 100644 --- a/bvm/ballerina-rt/build.gradle +++ b/bvm/ballerina-rt/build.gradle @@ -73,7 +73,7 @@ dependencies { // Third party jars // config - dist 'org.slf4j:slf4j-jdk14:1.7.22' + dist 'org.apache.logging.log4j:log4j-slf4j-impl:2.12.4' dist 'org.slf4j:slf4j-api:1.7.22' dist 'com.moandjiezana.toml:toml4j:0.7.2' dist 'org.wso2.orbit.org.antlr:antlr4-runtime:4.5.1.wso2v1' diff --git a/gradle/javaProject.gradle b/gradle/javaProject.gradle index ca7a6db1b043..0369850a5159 100644 --- a/gradle/javaProject.gradle +++ b/gradle/javaProject.gradle @@ -94,7 +94,7 @@ dependencies { implementation 'org.ow2.asm:asm-tree:7.1' implementation 'org.scala-lang:scala-library:2.11.7' implementation 'org.slf4j:slf4j-simple:1.7.26' - implementation 'org.slf4j:slf4j-jdk14:1.7.26' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.12.4' implementation 'org.testng:testng:6.14.3' implementation 'org.wso2.carbon.messaging:org.wso2.carbon.messaging:2.3.7' implementation 'org.wso2.orbit.org.antlr:antlr4-runtime:4.5.1.wso2v1' diff --git a/langlib/langlib-test/build.gradle b/langlib/langlib-test/build.gradle index 6a3eee163b08..fd6777897434 100644 --- a/langlib/langlib-test/build.gradle +++ b/langlib/langlib-test/build.gradle @@ -55,7 +55,7 @@ dependencies { testRuntime project(':ballerina-lang:bool') testRuntime project(':ballerina-runtime') testRuntime project(':ballerina-lang:internal') - testRuntime 'org.slf4j:slf4j-jdk14' + testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl' baloTestImplementation project(path: ':ballerina-lang:annotations', configuration: 'baloImplementation') baloTestImplementation project(path: ':ballerina-lang:array', configuration: 'baloImplementation') diff --git a/language-server/modules/langserver-core/build.gradle b/language-server/modules/langserver-core/build.gradle index 21ec5aada46f..00fd95ee4e73 100644 --- a/language-server/modules/langserver-core/build.gradle +++ b/language-server/modules/langserver-core/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml' implementation 'io.netty:netty-buffer' - implementation 'org.slf4j:slf4j-jdk14' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl' implementation 'com.google.code.findbugs:jsr305' implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j' implementation 'com.h2database:h2' diff --git a/misc/docerina/build.gradle b/misc/docerina/build.gradle index 91835707cd3d..e2a7ddfea376 100644 --- a/misc/docerina/build.gradle +++ b/misc/docerina/build.gradle @@ -54,7 +54,7 @@ dependencies { testCompile 'org.testng:testng' testCompile project(':language-server:language-server-compiler') - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' } diff --git a/misc/openapi-ballerina/modules/ballerina-to-openapi-generator/build.gradle b/misc/openapi-ballerina/modules/ballerina-to-openapi-generator/build.gradle index acaeebdd23ba..7a011a42cc83 100644 --- a/misc/openapi-ballerina/modules/ballerina-to-openapi-generator/build.gradle +++ b/misc/openapi-ballerina/modules/ballerina-to-openapi-generator/build.gradle @@ -40,7 +40,7 @@ dependencies { testCompile project(':language-server:language-server-compiler') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' } description = 'Ballerina - OpenApi Tooling - Ballerina To OpenApi' diff --git a/misc/testerina/modules/testerina-core/build.gradle b/misc/testerina/modules/testerina-core/build.gradle index 1de0ad330dc5..848b22c60007 100644 --- a/misc/testerina/modules/testerina-core/build.gradle +++ b/misc/testerina/modules/testerina-core/build.gradle @@ -57,7 +57,7 @@ dependencies { interopImports project(':ballerina-io') - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'io.swagger.core.v3:swagger-models' testCompile 'io.swagger.parser.v3:swagger-parser' testCompile 'com.github.jknack:handlebars' diff --git a/observelib/observe/build.gradle b/observelib/observe/build.gradle index c4030652361f..219ebd216a73 100644 --- a/observelib/observe/build.gradle +++ b/observelib/observe/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation project(':metrics-extensions:ballerina-metrics-extension') implementation 'io.opentracing:opentracing-api' - testRuntime 'org.slf4j:slf4j-jdk14' + testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl' baloImplementation project(path: ':ballerina-lang:annotations', configuration: 'baloImplementation') baloImplementation project(path: ':ballerina-runtime-api', configuration: 'baloImplementation') diff --git a/stdlib/auth/build.gradle b/stdlib/auth/build.gradle index 5bd5816e109d..da576a6082ed 100644 --- a/stdlib/auth/build.gradle +++ b/stdlib/auth/build.gradle @@ -55,7 +55,7 @@ dependencies { interopImports project(':ballerina-runtime-api') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile project(path: ':ballerina-test-common', configuration: 'tests') testCompile project(path: ':ballerina-test-utils', configuration: 'shadow') testCompile project(':ballerina-core') diff --git a/stdlib/bir-old/build.gradle b/stdlib/bir-old/build.gradle index c01c692468c0..9b7683237437 100644 --- a/stdlib/bir-old/build.gradle +++ b/stdlib/bir-old/build.gradle @@ -31,7 +31,7 @@ dependencies { balo project(path: ':ballerina-bootstrapper', configuration: 'pack1') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' } description = 'Ballerina - BIR Model' diff --git a/stdlib/bir/build.gradle b/stdlib/bir/build.gradle index 95e48a668b50..a2e9cb792037 100644 --- a/stdlib/bir/build.gradle +++ b/stdlib/bir/build.gradle @@ -48,7 +48,7 @@ dependencies { testCompile project(':ballerina-core') testCompile 'io.netty:netty-transport' testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' } description = 'Ballerina - BIR Model' diff --git a/stdlib/cache/build.gradle b/stdlib/cache/build.gradle index 3bb14faf3d98..c3248f61293a 100644 --- a/stdlib/cache/build.gradle +++ b/stdlib/cache/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation project(':ballerina-runtime') implementation project(':ballerina-java') implementation 'commons-logging:commons-logging' - implementation 'org.slf4j:slf4j-jdk14' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl' baloImplementation project(path: ':ballerina-io', configuration: 'baloImplementation') baloImplementation project(path: ':ballerina-system', configuration: 'baloImplementation') diff --git a/stdlib/config-api/build.gradle b/stdlib/config-api/build.gradle index 60994cd5b414..daf42b62f231 100644 --- a/stdlib/config-api/build.gradle +++ b/stdlib/config-api/build.gradle @@ -54,7 +54,7 @@ dependencies { testCompile project(':ballerina-reflect') testCompile project(':ballerina-file') testCompile project(path: ':ballerina-test-utils', configuration: 'shadow') - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'org.testng:testng' } diff --git a/stdlib/crypto/build.gradle b/stdlib/crypto/build.gradle index f4b14543baa6..d4f4931c17a5 100644 --- a/stdlib/crypto/build.gradle +++ b/stdlib/crypto/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation project(':ballerina-java') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'commons-codec:commons-codec' testCompile project(':ballerina-test-utils') testCompile project(':ballerina-reflect') diff --git a/stdlib/database/jdbc2/build.gradle b/stdlib/database/jdbc2/build.gradle index 1a1a4b5d3c3b..6cbe1fe8b479 100644 --- a/stdlib/database/jdbc2/build.gradle +++ b/stdlib/database/jdbc2/build.gradle @@ -55,7 +55,7 @@ dependencies { testCompile project(':ballerina-transactions') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'com.h2database:h2' testCompile 'org.hsqldb:hsqldb' } diff --git a/stdlib/email/build.gradle b/stdlib/email/build.gradle index 31127d7fcd04..4d0d10ddc587 100644 --- a/stdlib/email/build.gradle +++ b/stdlib/email/build.gradle @@ -68,7 +68,7 @@ dependencies { testCompile project(':ballerina-core') testCompile project(':ballerina-io') testCompile 'org.testng:testng:6.13.1' - testCompile 'org.slf4j:slf4j-jdk14:1.7.22' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.12.4' testCompile 'com.icegreen:greenmail:1.5.11' } diff --git a/stdlib/encoding/build.gradle b/stdlib/encoding/build.gradle index 10636efba611..2a4e96c36da3 100644 --- a/stdlib/encoding/build.gradle +++ b/stdlib/encoding/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation project(':ballerina-runtime-api') implementation project(':ballerina-java') - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'org.testng:testng' testCompile project(path: ':ballerina-test-common', configuration: 'tests') testCompile project(':ballerina-test-utils') diff --git a/stdlib/file/build.gradle b/stdlib/file/build.gradle index b67a4c5359ab..5b8e2d063a26 100644 --- a/stdlib/file/build.gradle +++ b/stdlib/file/build.gradle @@ -48,7 +48,7 @@ dependencies { testCompile project(':ballerina-reflect') testCompile project(':ballerina-core') testCompile 'org.testng:testng:6.13.1' - testCompile 'org.slf4j:slf4j-jdk14:1.7.22' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.12.4' } createBalo { diff --git a/stdlib/filepath/build.gradle b/stdlib/filepath/build.gradle index d774e52615eb..b0d3f10016a0 100644 --- a/stdlib/filepath/build.gradle +++ b/stdlib/filepath/build.gradle @@ -40,7 +40,7 @@ dependencies { testCompile project(':ballerina-reflect') testCompile project(':ballerina-core') testCompile project(':ballerina-file') - testCompile 'org.slf4j:slf4j-jdk14:1.7.22' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.12.4' testCompile project(path: ':ballerina-test-utils', configuration: 'shadow') baloImplementation project(path: ':ballerina-system', configuration: 'baloImplementation') diff --git a/stdlib/io/build.gradle b/stdlib/io/build.gradle index 59764ce8f1b2..2ffdea93aaaf 100644 --- a/stdlib/io/build.gradle +++ b/stdlib/io/build.gradle @@ -40,7 +40,7 @@ dependencies { testCompile project(':ballerina-reflect') testCompile project(':ballerina-core') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'commons-codec:commons-codec' testCompile ('org.apache.ws.commons.axiom:axiom-dom') { exclude group: 'org.codehaus.woodstox', module: 'woodstox-core-asl' diff --git a/stdlib/jdbc/build.gradle b/stdlib/jdbc/build.gradle index 2d546b69422d..b5ed174cb88c 100644 --- a/stdlib/jdbc/build.gradle +++ b/stdlib/jdbc/build.gradle @@ -85,7 +85,7 @@ dependencies { testCompile project(':ballerina-transactions') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'com.h2database:h2' testCompile 'org.hsqldb:hsqldb' diff --git a/stdlib/jsonutils/build.gradle b/stdlib/jsonutils/build.gradle index 375be7168854..610cf813d71d 100644 --- a/stdlib/jsonutils/build.gradle +++ b/stdlib/jsonutils/build.gradle @@ -41,7 +41,7 @@ dependencies { testCompile project(':ballerina-core') testCompile project(':ballerina-file') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'com.h2database:h2' } diff --git a/stdlib/math/build.gradle b/stdlib/math/build.gradle index 977e8261a2a5..4c4e44428210 100644 --- a/stdlib/math/build.gradle +++ b/stdlib/math/build.gradle @@ -37,7 +37,7 @@ dependencies { testCompile project(path: ':ballerina-test-common', configuration: 'tests') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile project(path: ':ballerina-test-utils', configuration: 'shadow') testCompile project(':ballerina-test-utils') diff --git a/stdlib/runtime-api/build.gradle b/stdlib/runtime-api/build.gradle index 173ab6e58c03..3b6f769215cf 100644 --- a/stdlib/runtime-api/build.gradle +++ b/stdlib/runtime-api/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation project(':ballerina-java') implementation 'org.slf4j:slf4j-api' testCompile project(':ballerina-tool') - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'org.testng:testng' baloImplementation project(path: ':ballerina-java', configuration: 'baloImplementation') diff --git a/stdlib/socket/build.gradle b/stdlib/socket/build.gradle index 39549359b616..b6857e745c59 100644 --- a/stdlib/socket/build.gradle +++ b/stdlib/socket/build.gradle @@ -36,7 +36,7 @@ dependencies { testCompile project(':ballerina-file') testCompile 'org.testng:testng' testCompile 'org.awaitility:awaitility' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' baloImplementation project(path: ':ballerina-io', configuration: 'baloImplementation') baloImplementation project(path: ':ballerina-java', configuration: 'baloImplementation') diff --git a/stdlib/task/build.gradle b/stdlib/task/build.gradle index ecc021ada71d..00eb6803f3b3 100644 --- a/stdlib/task/build.gradle +++ b/stdlib/task/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'org.quartz-scheduler:quartz' testCompile 'org.awaitility:awaitility' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'org.testng:testng' testCompile project(path: ':ballerina-test-utils', configuration: 'shadow') testCompile project(':ballerina-reflect') diff --git a/stdlib/time/build.gradle b/stdlib/time/build.gradle index 3ace60f353b1..c1c62eddc791 100644 --- a/stdlib/time/build.gradle +++ b/stdlib/time/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation project(':ballerina-logging') implementation project(':ballerina-runtime-api') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile project(':ballerina-test-utils') testCompile project(':ballerina-reflect') testCompile project(':ballerina-core') diff --git a/stdlib/xmlutils/build.gradle b/stdlib/xmlutils/build.gradle index 62e3190d6851..21163cfa3eb9 100644 --- a/stdlib/xmlutils/build.gradle +++ b/stdlib/xmlutils/build.gradle @@ -54,7 +54,7 @@ dependencies { testCompile project(':ballerina-file') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'com.h2database:h2' } diff --git a/tests/ballerina-compiler-plugin-test/build.gradle b/tests/ballerina-compiler-plugin-test/build.gradle index 0032876a1b4c..9a75ff744bb8 100644 --- a/tests/ballerina-compiler-plugin-test/build.gradle +++ b/tests/ballerina-compiler-plugin-test/build.gradle @@ -51,7 +51,7 @@ dependencies { testRuntime project(':ballerina-lang:bool') testRuntime project(':ballerina-runtime') testRuntime project(':ballerina-lang:internal') - testRuntime 'org.slf4j:slf4j-jdk14' + testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl' baloTestImplementation project(path: ':ballerina-lang:annotations', configuration: 'baloImplementation') baloTestImplementation project(path: ':ballerina-lang:array', configuration: 'baloImplementation') diff --git a/tests/ballerina-spec-conformance-tests/build.gradle b/tests/ballerina-spec-conformance-tests/build.gradle index 95244ca5f49f..b80d10748ce7 100644 --- a/tests/ballerina-spec-conformance-tests/build.gradle +++ b/tests/ballerina-spec-conformance-tests/build.gradle @@ -29,7 +29,7 @@ dependencies { testCompile'org.testng:testng' testCompile 'com.h2database:h2' testCompile 'org.slf4j:slf4j-api' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' baloImplementation project(path: ':testerina:testerina-core', configuration: 'baloImplementation') baloImplementation project(path: ':ballerina-lang:annotations', configuration: 'baloImplementation') diff --git a/tests/ballerina-test-utils/build.gradle b/tests/ballerina-test-utils/build.gradle index 09c24073f510..6fb43d3ccdff 100644 --- a/tests/ballerina-test-utils/build.gradle +++ b/tests/ballerina-test-utils/build.gradle @@ -67,7 +67,7 @@ shadowJar { exclude(dependency('org.wso2.eclipse.osgi:org.eclipse.osgi.services')) exclude(dependency('org.slf4j:slf4j-log4j12')) exclude(dependency('org.slf4j:slf4j-simple')) - exclude(dependency('org.slf4j:slf4j-jdk14')) + exclude(dependency('org.apache.logging.log4j:log4j-slf4j-impl')) exclude(dependency('io.netty:netty-common')) exclude(dependency('io.netty:netty-buffer')) exclude(dependency('io.netty:netty-transport')) diff --git a/tests/ballerina-tools-integration-test/build.gradle b/tests/ballerina-tools-integration-test/build.gradle index 2baa60073863..9d0e814b175e 100644 --- a/tests/ballerina-tools-integration-test/build.gradle +++ b/tests/ballerina-tools-integration-test/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation project(':ballerina-packerina') implementation project(':ballerina-tool') implementation project(path: ':ballerina-test-utils', configuration: 'shadow') - implementation 'org.slf4j:slf4j-jdk14' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'org.awaitility:awaitility' testCompile 'commons-io:commons-io' diff --git a/tests/jballerina-debugger-integration-test/build.gradle b/tests/jballerina-debugger-integration-test/build.gradle index eb46163a4485..a31fcfdd2cae 100644 --- a/tests/jballerina-debugger-integration-test/build.gradle +++ b/tests/jballerina-debugger-integration-test/build.gradle @@ -29,7 +29,7 @@ dependencies { jballerinaTools project(path: ':jballerina-tools', configuration: 'zip') testCompile group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j.debug', version: '0.8.1' testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'org.apache.commons:commons-lang3' implementation 'info.picocli:picocli' implementation project(path: ':ballerina-test-utils') diff --git a/tests/jballerina-integration-test/build.gradle b/tests/jballerina-integration-test/build.gradle index 2c5239db9325..6ffed59f504c 100644 --- a/tests/jballerina-integration-test/build.gradle +++ b/tests/jballerina-integration-test/build.gradle @@ -139,7 +139,7 @@ dependencies { testCompile project(':ballerina-mime') testCompile project(':ballerina-runtime') testCompile project(':ballerina-kafka').sourceSets.test.output - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'io.netty:netty-transport' testCompile 'io.netty:netty-codec-http' testCompile 'io.netty:netty-codec-http2' diff --git a/tests/jballerina-unit-test/build.gradle b/tests/jballerina-unit-test/build.gradle index bd793068e410..bc138cd41c8e 100644 --- a/tests/jballerina-unit-test/build.gradle +++ b/tests/jballerina-unit-test/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.testng:testng' testCompile 'org.awaitility:awaitility' testCompile 'com.zaxxer:HikariCP' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' testCompile 'org.hsqldb:hsqldb' testCompile 'org.mockito:mockito-all' testCompile 'io.netty:netty-transport' diff --git a/tests/openapi-integration-tests/build.gradle b/tests/openapi-integration-tests/build.gradle index f1885a712c3d..a84767d9e595 100644 --- a/tests/openapi-integration-tests/build.gradle +++ b/tests/openapi-integration-tests/build.gradle @@ -28,7 +28,7 @@ configurations { dependencies { jballerinaTools project(path: ':jballerina-tools', configuration: 'zip') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' implementation 'info.picocli:picocli' implementation project(path: ':ballerina-test-utils') diff --git a/tests/testerina-integration-test/build.gradle b/tests/testerina-integration-test/build.gradle index 768bf261fca1..b001ea8addc2 100644 --- a/tests/testerina-integration-test/build.gradle +++ b/tests/testerina-integration-test/build.gradle @@ -28,7 +28,7 @@ configurations { dependencies { jballerinaTools project(path: ':jballerina-tools', configuration: 'zip') testCompile 'org.testng:testng' - testCompile 'org.slf4j:slf4j-jdk14' + testCompile 'org.apache.logging.log4j:log4j-slf4j-impl' implementation 'info.picocli:picocli' implementation project(path: ':ballerina-test-utils')