comparison pom.xml @ 125:e602a29f1dcc 3.2.x

Upgrade to Log4j 2
author Tom Gottfried <tom@intevation.de>
date Mon, 28 Feb 2022 17:49:46 +0100
parents 7261c948425c
children 2f9e1f0b574b
comparison
equal deleted inserted replaced
124:7261c948425c 125:e602a29f1dcc
42 <artifactId>junit</artifactId> 42 <artifactId>junit</artifactId>
43 <version>3.8.1</version> 43 <version>3.8.1</version>
44 <scope>test</scope> 44 <scope>test</scope>
45 </dependency> 45 </dependency>
46 <dependency> 46 <dependency>
47 <groupId>log4j</groupId> 47 <groupId>org.apache.logging.log4j</groupId>
48 <artifactId>log4j</artifactId> 48 <artifactId>log4j-api</artifactId>
49 <version>1.2.17</version> 49 <version>2.17.1</version>
50 </dependency>
51 <dependency>
52 <groupId>org.apache.logging.log4j</groupId>
53 <artifactId>log4j-core</artifactId>
54 <version>2.17.1</version>
55 <scope>runtime</scope>
50 </dependency> 56 </dependency>
51 <dependency> 57 <dependency>
52 <groupId>org.restlet.jse</groupId> 58 <groupId>org.restlet.jse</groupId>
53 <artifactId>org.restlet</artifactId> 59 <artifactId>org.restlet</artifactId>
54 <version>2.0.7</version> 60 <version>2.0.7</version>

http://dive4elements.wald.intevation.org