The customer BOMs have undergone changes in eap 6.2. A new BOM is available that manages all supported EAP dependencies. It's recomended that customers use this BOM in their Maven build if they need to manage transitive dependencies. The GAV of the BOM is org.jboss.bom:eap6-supported-dependencies:<release ver>
Assigning to sgilda to work with me on doc updates.
Added the new documentation into docspace: https://docspace.corp.redhat.com/docs/DOC-156072
This affects: https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html/Development_Guide/Maven_BOM_Usage.html
Marking as ON_QA because the updated docs are now on staging.
Paul, I don't see the fix staged here: http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html-single/Development_Guide/index.html#Maven_BOM_Usage I just talked to Russell and he said he ran out of time to build the books. Moving back to modified.
It looks like it's now staged at the above link.
The text is OK for Beta but for GA release the version of eap6-supported-artifacts BOM is updated to 6.2.0.GA so please update the documentation too: <dependency> <groupId>org.jboss.bom</groupId> <artifactId>eap6-supported-artifacts</artifactId> <version>6.2.0.GA</version> </dependency>
Changed both eap6-supported-artifacts and jboss-javaee-6.0-with-hibernate examples to 6.2.0.GA.
Fixes are staged here: http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html-single/Development_Guide/index.html#Maven_BOM_Usage
Verified for EAP 6.2.0 ER6