You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/07/07 03:20:21 UTC

svn commit: r1608324 - /logging/log4j/log4j2/branches/messaging-module/log4j-core/pom.xml

Author: mattsicker
Date: Mon Jul  7 01:20:20 2014
New Revision: 1608324

URL: http://svn.apache.org/r1608324
Log:
Remove JMS API from log4j-core dependencies.

Modified:
    logging/log4j/log4j2/branches/messaging-module/log4j-core/pom.xml

Modified: logging/log4j/log4j2/branches/messaging-module/log4j-core/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/branches/messaging-module/log4j-core/pom.xml?rev=1608324&r1=1608323&r2=1608324&view=diff
==============================================================================
--- logging/log4j/log4j2/branches/messaging-module/log4j-core/pom.xml (original)
+++ logging/log4j/log4j2/branches/messaging-module/log4j-core/pom.xml Mon Jul  7 01:20:20 2014
@@ -86,12 +86,6 @@
       <artifactId>jansi</artifactId>
       <optional>true</optional>
     </dependency>
-    <!-- Used for JMS appenders (needs an implementation of course) -->
-    <dependency>
-      <groupId>org.jboss.spec.javax.jms</groupId>
-      <artifactId>jboss-jms-api_1.1_spec</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <!-- Required for SMTPAppender -->
     <dependency>
       <groupId>com.sun.mail</groupId>