business-central not able to handle pom type dependencies
Issue
I created a project in business-central, this project has a dependency on an EJB module. In this EJB module, has dependencies on below artifacts:
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<version>7.1.1.Final</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-jms-client-bom</artifactId>
<version>7.1.1.Final</version>
<type>pom</type>
</dependency>
In Artifact repository of business-central these BOM's(jboss-as-ejb-client & jboss-as-jms-client-bom) are available. business-central cannot handle "pom" type dependencies, which is making the compilation of project to fails.
Environment
- Red Hat JBoss BRMS
- 6.4.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.