-
Bug
-
Resolution: Done
-
Major
-
None
-
7.0
-
None
-
June Sprint 1
-
The RHPAM 7 migration guide shows how to use our bom:
https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.0/html/migrating_from_red_hat_jboss_bpm_suite_6.4_to_red_hat_process_automation_manager_7.0/migration-java-projects-con#migration-java-dependencies-proc
However, the listing is incorrect and contains wrong information for the bom:
<groupId>org.jboss.bom.rhpam</groupId> <artifactId>rhpam-platform-bom</artifactId>
This needs to be changed to:
<groupId>org.jboss.bom</groupId> <artifactId>rhpam-platform-bom</artifactId>
(or even <artifactId>rhpam-bom</artifactId>, not 100% sure)