diff gwt-client/pom.xml @ 9726:0a5239a1e46e 3.2.x

Upgrade to Log4j 2
author Tom Gottfried <tom@intevation.de>
date Wed, 02 Mar 2022 10:26:50 +0100
parents 654aaa0d7576
children c9c9b21b9f8a
line wrap: on
line diff
--- a/gwt-client/pom.xml	Fri Feb 25 17:17:56 2022 +0100
+++ b/gwt-client/pom.xml	Wed Mar 02 10:26:50 2022 +0100
@@ -99,9 +99,15 @@
         <version>4.2</version>
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.17</version>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>2.17.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-core</artifactId>
+      <version>2.17.1</version>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.mapfish.print</groupId>

http://dive4elements.wald.intevation.org