mirror of https://github.com/apache/activemq.git
Fix log4j artifact coordinates
This commit is contained in:
parent
b6d325eb12
commit
92627fa759
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue