-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
6.0.3
-
None
Description of problem:
It seems that the quickstarts are using a non supported and non documented maven repository. It uses the following:
<dependency>
<groupId>org.jboss.bom.brms</groupId>
<artifactId>jboss-javaee-6.0-with-brms-bpmsuite</artifactId>
<version>${version.org.jboss.bom.brms}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
But the supported seems to be following:
What is the correct configuration? We must align the information because the quickstarts are used by our customers as a start point for their own projects.