org.jboss.microcontainer:jboss-deployers-core-spi has moved to groupId
org.jboss.deployers
------------------------------------------------------------------------------------------
Key: EJBTHREE-1488
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1488
Project: EJB 3.0
Issue Type: Bug
Components: core
Reporter: Dimitris Andreadis
Priority: Critical
Fix For: HEAD
You need update ejb3-core/client to point to the right dependency:
org.jboss.deployers:jboss-deployers-core-spi
rather thann
org.jboss.microcontainer:jboss-deployers-core-spi
I had to exclude this in the AS build for ejb3-core, ejb3-core-client
+ <exclusion>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-deployers-core-spi</artifactId>
+ </exclusion>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira