Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
9725:da398790fa32 | 9726:0a5239a1e46e |
---|---|
97 <groupId>org.apache.httpcomponents</groupId> | 97 <groupId>org.apache.httpcomponents</groupId> |
98 <artifactId>httpclient</artifactId> | 98 <artifactId>httpclient</artifactId> |
99 <version>4.2</version> | 99 <version>4.2</version> |
100 </dependency> | 100 </dependency> |
101 <dependency> | 101 <dependency> |
102 <groupId>log4j</groupId> | 102 <groupId>org.apache.logging.log4j</groupId> |
103 <artifactId>log4j</artifactId> | 103 <artifactId>log4j-api</artifactId> |
104 <version>1.2.17</version> | 104 <version>2.17.1</version> |
105 </dependency> | |
106 <dependency> | |
107 <groupId>org.apache.logging.log4j</groupId> | |
108 <artifactId>log4j-core</artifactId> | |
109 <version>2.17.1</version> | |
110 <scope>runtime</scope> | |
105 </dependency> | 111 </dependency> |
106 <dependency> | 112 <dependency> |
107 <groupId>org.mapfish.print</groupId> | 113 <groupId>org.mapfish.print</groupId> |
108 <artifactId>print-lib</artifactId> | 114 <artifactId>print-lib</artifactId> |
109 <version>1.2.0</version> | 115 <version>1.2.0</version> |