ARTEMIS-1144 Use the org.jboss.slf4j:slf4j-jboss-logmanager binding

to allow slf4j to bind to the jboss-logmanager/jul
This commit is contained in:
James Perkins 2017-05-03 15:51:46 -07:00 committed by Clebert Suconic
parent f46fa8b927
commit b1e4204a10
3 changed files with 12 additions and 0 deletions

View File

@ -142,6 +142,10 @@
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logmanager</artifactId>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>

View File

@ -78,6 +78,7 @@
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
<include>org.jboss.logmanager:jboss-logmanager</include>
<include>org.jboss.logging:jboss-logging</include>
<include>org.jboss.slf4j:slf4j-jboss-logmanager</include>
<include>io.netty:netty-all</include>
<include>org.apache.qpid:proton-j</include>
<include>org.apache.activemq:activemq-client</include>

View File

@ -92,6 +92,7 @@
<javax.inject.version>1</javax.inject.version>
<hawtbuff.version>1.11</hawtbuff.version>
<jb.logmanager.version>2.0.3.Final</jb.logmanager.version>
<jb.slf4j-jboss-logmanager.version>1.0.3.GA</jb.slf4j-jboss-logmanager.version>
<airlift.version>0.7</airlift.version>
<geronimo.annotation.1.1.spec.version>1.0.1</geronimo.annotation.1.1.spec.version>
<geronimo.ejb.3.0.spec.version>1.0.1</geronimo.ejb.3.0.spec.version>
@ -365,6 +366,12 @@
<version>${jb.logmanager.version}</version>
<!-- License: Apache 2.0 -->
</dependency>
<dependency>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logmanager</artifactId>
<version>${jb.slf4j-jboss-logmanager.version}</version>
<!-- License: Apache 2.0 -->
</dependency>
<dependency>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>