remove apache-log4j-extras deps from endpoints 62/126262/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 21:39:29 +0000 (15:39 -0600)
committerJorge Hernandez <jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 22:50:01 +0000 (22:50 +0000)
Issue-ID: POLICY-3862
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I7f8f42e2980fb8f545773599f5ebecabaacf7234
(cherry picked from commit aa02f4cf3edb2f382dbfa810abc44c781d30ba4d)

policy-endpoints/pom.xml

index 7f9772c..61b3495 100644 (file)
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>apache-log4j-extras</artifactId>
+                    <groupId>log4j</groupId>
+                </exclusion>
             </exclusions>
         </dependency>