-
Bug
-
Resolution: Obsolete
-
Major
-
EAP 5.0.1
-
None
-
-
Low
Missing Maven Dependencies
Open <SOURCE FOLDER HOME>/jboss-as/system-jmx/pom.xml. Add the following into the <dependencies>...</dependencies>
<dependency>
<groupId>org.jboss.cl</groupId>
<artifactId>jboss-classloader</artifactId>
</dependency>
Open <SOURCE FOLDER HOME>/jboss-as/ejb3/pom.xml. Add the following into the <dependencies>...</dependencies>
<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-endpoint-deployer</artifactId>
</dependency>
Open <SOURCE FOLDER HOME>/jboss-as/messaging/pom.xml. Add the following into the <dependencies>...</dependencies>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-mdr</artifactId>
</dependency>
Open <SOURCE FOLDER HOME>/jboss-as/main/pom.xml. Add the following into the <dependencies>...</dependencies>
<dependency>
<groupId>jacorb</groupId>
<artifactId>jacorb</artifactId>
</dependency>