Fix log4j artifact coordinates

This commit is contained in:
Jean-Baptiste Onofré 2022-03-06 11:31:01 +01:00
parent b6d325eb12
commit 92627fa759
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-annotation_1.0_spec</include>
<include>org.slf4j:slf4j-api</include>
<include>org.apache.logging:log4j-slf4j-impl</include>
<include>org.apache.logging.log4j:log4j-slf4j-impl</include>
<include>org.slf4j:jcl-over-slf4j</include>
<include>org.springframework:spring-core</include>
<include>org.springframework:spring-beans</include>
@ -342,14 +342,14 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging</groupId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j-version}</version>
<classifier>sources</classifier>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging</groupId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j-version}</version>
<classifier>sources</classifier>