|
Description:
|
Archetype
Use the archetype
org.jboss.spring.archetypes:jboss-spring-mvc-archetype:1.0.0.Final
to generate a project
,
if
set
enterprise property
set
to true
, references wrong
. The versions in generated pom.xml should be aligned for use with WFK 2.3.0 and EAP 6.1.0 maven repositories.
change
version of
Spring Framework (
com.redhat.jboss.wfk.boms:spring-
3.2
.
-bom to
2.
RELEASE
3.0-redhat-1, change version of org.jboss.bom:jboss-javaee-6.0-with-hibernate to 1.0.4.Final-redhat-wfk-2 add dependency (either to <dependency> or <dependencyManagement> section
)
:
{noformat} <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1
.
6.1-redhat-5</version> </dependency> {noformat}
The
correct
pom.xml also defines property `
version
should be
.spring` (with value
3.2.
3
2
.RELEASE
as this
) that is never used (the Spring Framework
version is
certified in WFK 2.
specified by Spring-
3.
0
2 BOM)
.
|