remove apache-log4j-extras deps from endpoints 41/126241/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 21:39:29 +0000 (15:39 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 21:40:56 +0000 (15:40 -0600)
Issue-ID: POLICY-3862
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I7f8f42e2980fb8f545773599f5ebecabaacf7234

policy-endpoints/pom.xml

index 9f8d517..2b63665 100644 (file)
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>apache-log4j-extras</artifactId>
+                    <groupId>log4j</groupId>
+                </exclusion>
             </exclusions>
         </dependency>