-
Bug
-
Resolution: Done
-
Major
-
6.0.2
-
None
Description of problem:
I noticed that there are some artifact version used in jboss-bpms-quickstart and jboss-bpms-boms are not for EAP 6.1.1. It possible be the version defined for EAP 6.2 or higher. We should use the one for EAP 6.1.1 for BPMS 6.0.2 release.
I have found the following belong the cases:
1)jboss-bpms-boms:
<version.logback-classic>1.0.9</version.logback-classic>
<!-- Versions of JBoss projects -->
- <version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-7</version.org.jboss.spec.jboss.javaee.6.0>
+ <version.org.jboss.spec.jboss.javaee.6.0>3.0.2.Final-redhat-4</version.org.jboss.spec.jboss.javaee.6.0>
<!-- Repository Deployment URLs -->
<jboss.releases.repo.url>
2) jboss-bpms-quickstarts.
@@ -38,7 +38,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
- <version.jboss.bom.eap>6.2.0.GA</version.jboss.bom.eap>
+ <version.jboss.bom.eap>1.0.4.Final-redhat-9</version.jboss.bom.eap>
<version.jboss.bom.brms>6.0.2.GA-redhat-1</version.jboss.bom.brms>
<maven.compiler.target>1.6</maven.compiler.target>
@@ -56,7 +56,7 @@
the JBoss stack of the Java EE 6 APIs, with some extras tools for your project, such
as Arquillian for testing) -->
<dependency>
- <groupId>org.jboss.bom.eap</groupId>
+ <groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-tools</artifactId>
<version>${version.jboss.bom.eap}</version>
<type>pom</type>
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
- blocks
-
RHBPMS-1857 Compile error for not found shrinkwrap symbol in jboss-brms-quickstarts
- Verified