Skip to content

Commit 2a646e5

Browse files
committed
Update to log4j 2.17.0
1 parent 09c76b4 commit 2a646e5

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

pom.xml

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
56

@@ -20,7 +21,7 @@
2021
<properties>
2122
<commonslang>2.6</commonslang>
2223
<elasticsearch>7.12.1</elasticsearch>
23-
<log4j>2.16.0</log4j>
24+
<log4j>2.17.0</log4j>
2425
<netty>4.1.52.Final</netty>
2526
<springdata.commons>2.5.8-SNAPSHOT</springdata.commons>
2627
<testcontainers>1.15.1</testcontainers>
@@ -284,24 +285,24 @@
284285
<scope>test</scope>
285286
</dependency>
286287

287-
<!--
288-
<dependency>
289-
<groupId>org.apache.openwebbeans.test</groupId>
290-
<artifactId>cditest-owb</artifactId>
291-
<version>1.2.8</version>
292-
<scope>test</scope>
293-
<exclusions>
294-
<exclusion>
295-
<groupId>org.apache.geronimo.specs</groupId>
296-
<artifactId>geronimo-jcdi_1.0_spec</artifactId>
297-
</exclusion>
298-
<exclusion>
299-
<groupId>org.apache.geronimo.specs</groupId>
300-
<artifactId>geronimo-atinject_1.0_spec</artifactId>
301-
</exclusion>
302-
</exclusions>
303-
</dependency>
304-
-->
288+
<!--
289+
<dependency>
290+
<groupId>org.apache.openwebbeans.test</groupId>
291+
<artifactId>cditest-owb</artifactId>
292+
<version>1.2.8</version>
293+
<scope>test</scope>
294+
<exclusions>
295+
<exclusion>
296+
<groupId>org.apache.geronimo.specs</groupId>
297+
<artifactId>geronimo-jcdi_1.0_spec</artifactId>
298+
</exclusion>
299+
<exclusion>
300+
<groupId>org.apache.geronimo.specs</groupId>
301+
<artifactId>geronimo-atinject_1.0_spec</artifactId>
302+
</exclusion>
303+
</exclusions>
304+
</dependency>
305+
-->
305306

306307
<dependency>
307308
<groupId>org.skyscreamer</groupId>
@@ -479,7 +480,9 @@
479480
</module>
480481
</checkstyleRules>
481482
<includes>**/*</includes>
482-
<excludes>.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy</excludes>
483+
<excludes>
484+
.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy
485+
</excludes>
483486
<sourceDirectories>./</sourceDirectories>
484487
</configuration>
485488
</plugin>

0 commit comments

Comments
 (0)