You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by am...@apache.org on 2023/02/08 16:40:34 UTC

[knox] branch master updated: KNOX-2879 - pty4j depends on log4j1 (#730)

This is an automated email from the ASF dual-hosted git repository.

amagyar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new aa2231607 KNOX-2879 - pty4j depends on log4j1 (#730)
aa2231607 is described below

commit aa22316072d77efa43729a2a7a07b06964dfc053
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Wed Feb 8 17:40:28 2023 +0100

    KNOX-2879 - pty4j depends on log4j1 (#730)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 185ade103..732790a57 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>