-
Bug
-
Resolution: Done
-
Major
-
6.x.x
-
-
-
-
-
-
DR2
-
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.
- is cloned by
-
RHBPMS-4635 [GSS](6.4.z) business-central not able to handle pom type dependencies.
- Verified