business-central not able to handle pom type dependencies

Solution Unverified - Updated -

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 of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.