Is jboss-dependency-management-eap maven dependency Supported in EAP ?

Solution Verified - Updated -

Issue

  • Looking for a jboss bom file, which includes all java and jboss specs and all available jboss modules as well in scope provided.
  • Found the following below JBoss BOM files:
1) a pom with all specs (scope compile)
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>3.0.2.Final-redhat-3</version>

2) a pom with specs + hibernate deps
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-hibernate</artifactId>
<version>1.0.4.Final-redhat-4</version>


3) a pom with all modules
<groupId>org.jboss.component.management</groupId>
<artifactId>jboss-dependency-management-eap</artifactId>
<version>6.1.0-redhat-2</version>
  • Looking for a pom/bom like the 3rd one. Ideally all contained dependencies should be declared with scope provided in depdendencyManagement sector.

  • Is there any official support for using the below Maven Dependency as bom?

<groupId>org.jboss.component.management</groupId> 
<artifactId>jboss-dependency-management-eap</artifactId> 
<version>6.1.0-redhat-2</version>
  • While installing a new EAP version it is hard to get the correct new values of <version> attributes. Is it necessary to change them after upgrading to EAP 6.2.2 from EAP 6.2.0?

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)

    • 6.x
  • Maven

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content