summaryrefslogtreecommitdiffstats
path: root/integration-tests
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-10-08 13:28:36 +0200
committerVasyl Razinkov <vasyl.razinkov@est.tech>2020-10-30 14:08:07 +0000
commita9fffd2555cc45630ec9be9ce44b3f7ab2ed0241 (patch)
tree8f0135bc1bb8e02516049f490b9357b453f1f245 /integration-tests
parent4b88c4265bd9170ab37384d291288ddf3dc132b3 (diff)
Remove the Log4j 1.2.15
Remove the log4j 1.2.15 brought by Sigar library + update ESAPI to support slf4J instead of log4j Issue-ID: SDC-3310 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I63cee67d113f51dbe82a64c69629c62b47918103 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 3051c68b11..726bc5b6f0 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -247,6 +247,12 @@ limitations under the License.
<version>3.3</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>2.13.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>