commit | 9dce35d9a7bf59446dead63527b94abb12a31004 | [log] [tgz] |
---|---|---|
author | Attila Magyar <m.magyar3@gmail.com> | Wed Feb 08 17:40:28 2023 +0100 |
committer | Phil Zampino <pzampino@apache.org> | Thu Feb 09 09:04:27 2023 -0500 |
tree | 521f52e29065062833b9f1bdb13754bd028a9292 | |
parent | d3d5e20a672cf1f56c6540dd576b65ac5907bad4 [diff] |
KNOX-2879 - pty4j depends on log4j1 (#730)
diff --git a/pom.xml b/pom.xml index 455e309..a36289c 100644 --- a/pom.xml +++ b/pom.xml
@@ -2200,6 +2200,12 @@ <groupId>org.jetbrains.pty4j</groupId> <artifactId>pty4j</artifactId> <version>${pty4j.version}</version> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.jetbrains.pty4j</groupId>