-
Bug
-
Resolution: Done
-
Major
-
6.4.1
-
CR1
-
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.
- clones
-
RHPAM-62 business-central not able to handle pom type dependencies.
- Closed