[seam-commits] Seam SVN: r15441 - branches/enterprise/WFK-2_1/bom.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Mar 7 04:59:05 EST 2013
Author: manaRH
Date: 2013-03-07 04:59:05 -0500 (Thu, 07 Mar 2013)
New Revision: 15441
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
Log:
updated WFK BOMs in Seam BOM
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2013-03-06 14:07:52 UTC (rev 15440)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2013-03-07 09:59:05 UTC (rev 15441)
@@ -41,8 +41,7 @@
<version.infinispan>5.1.4.Final-redhat-2</version.infinispan>
<version.junit>4.10</version.junit>
<version.testng>5.14.10</version.testng>
- <version.richfaces>4.3.0.Final-redhat-1</version.richfaces>
- <version.org.jboss.bom>1.0.4.Final-redhat-1</version.org.jboss.bom>
+ <version.org.jboss.bom>1.0.4.Final-redhat-wfk-1</version.org.jboss.bom>
<!-- ***************** -->
<!-- Repository Deployment URLs -->
<!-- ***************** -->
@@ -58,7 +57,7 @@
<dependencies>
<dependency>
- <groupId>com.redhat.jboss.wfk.boms</groupId>
+ <groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-hibernate</artifactId>
<version>${version.org.jboss.bom}</version>
<type>pom</type>
@@ -66,13 +65,21 @@
</dependency>
<dependency>
- <groupId>com.redhat.jboss.wfk.boms</groupId>
+ <groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-tools</artifactId>
<version>${version.org.jboss.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.bom</groupId>
+ <artifactId>jboss-javaee-6.0-with-richfaces</artifactId>
+ <version>${version.org.jboss.bom}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
<!-- managed hibernate-commons-annotations here to overwrite usage
of other versions in transitive deps -->
<dependency>
@@ -94,14 +101,6 @@
<version>1.0.0-beta-5</version>
</dependency>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-bom</artifactId>
- <version>${version.richfaces}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
-
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
@@ -869,6 +868,11 @@
<version>${version.infinispan}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.2.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
More information about the seam-commits
mailing list