[
https://issues.apache.org/jira/browse/ACTIVEMQ6-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214808#comment-14214808
]
Martyn Taylor commented on ACTIVEMQ6-6:
---------------------------------------
According to the pom.xml there are one or two cases where the SPIs are being
used outside of the RA: I've pasted excerpt below. This task should encompass
removing these SPIs in addition to removing those used in the RA.
<!--this specifically for the JMS Bridge-->
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-transaction-spi</artifactId>
<version>7.0.0.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
> Extract any JBoss SPI code replace with generic
> -----------------------------------------------
>
> Key: ACTIVEMQ6-6
> URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-6
> Project: Apache ActiveMQ 6
> Issue Type: Improvement
> Reporter: Martyn Taylor
> Fix For: 6.0.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)