[seam-commits] Seam SVN: r15242 - in branches/enterprise/WFK-2_1: bom and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 9 10:34:54 EDT 2012


Author: manaRH
Date: 2012-10-09 10:34:54 -0400 (Tue, 09 Oct 2012)
New Revision: 15242

Modified:
   branches/enterprise/WFK-2_1/bom/pom.xml
   branches/enterprise/WFK-2_1/pom.xml
Log:
aligned deps versions to MEAD repository

Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml	2012-10-09 14:34:47 UTC (rev 15241)
+++ branches/enterprise/WFK-2_1/bom/pom.xml	2012-10-09 14:34:54 UTC (rev 15242)
@@ -32,7 +32,7 @@
 	<properties>
 		<!-- Version string properties -->
         <version.seam>2.3.0.Final-redhat-1</version.seam>
-		<version.drools>5.3.3.Final</version.drools>
+		<version.drools>5.3.0.BRMS</version.drools>
 		<version.resteasy>2.3.3.Final-redhat-1</version.resteasy>
 		<version.spring>3.1.1.RELEASE</version.spring>
 		<version.jbossas7>7.1.1.Final</version.jbossas7>
@@ -68,13 +68,26 @@
 			</dependency>
 			
 			<dependency>
-            <groupId>org.jboss.bom</groupId>
+            	<groupId>org.jboss.bom</groupId>
 				<artifactId>jboss-wfk-arquillian</artifactId>
-            <version>${version.org.jboss.bom}</version>
+            	<version>${version.org.jboss.bom}</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
-
+			
+			<!-- not supported shrinkwrap artifacts -->
+			<dependency>
+                <groupId>org.jboss.shrinkwrap.resolver</groupId>
+                <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
+                <version>1.0.0-beta-5</version>
+            </dependency>
+            
+        	<dependency>
+                <groupId>org.jboss.shrinkwrap.resolver</groupId>
+                <artifactId>shrinkwrap-resolver-api-maven</artifactId>
+                <version>1.0.0-beta-5</version>
+            </dependency>
+            
             <dependency>
                 <groupId>org.richfaces</groupId>
                 <artifactId>richfaces-bom</artifactId>
@@ -353,7 +366,7 @@
 			<dependency>
 				<groupId>javax.mail</groupId>
 				<artifactId>mail</artifactId>
-            <version>1.4.2</version>
+            	<version>1.4.2</version>
 			</dependency>
 
 			<dependency>

Modified: branches/enterprise/WFK-2_1/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/pom.xml	2012-10-09 14:34:47 UTC (rev 15241)
+++ branches/enterprise/WFK-2_1/pom.xml	2012-10-09 14:34:54 UTC (rev 15242)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.jboss</groupId>
         <artifactId>jboss-parent</artifactId>
-        <version>8</version>
+        <version>8-redhat-1</version>
     </parent>
     
 	<groupId>org.jboss.seam</groupId>
@@ -44,13 +44,10 @@
 		<pdf.name>${project.artifactId}.pdf</pdf.name>
 
 		<!-- Version string properties -->
-      <version.seam>2.3.0.Final-redhat-1</version.seam>
-		<version.arquillian_core>1.0.1.Final</version.arquillian_core>
+      	<version.seam>2.3.0.Final-redhat-1</version.seam>
 		<version.testng>5.14.10</version.testng>
-		<version.resteasy>2.0.1.GA</version.resteasy>
 		<version.jbossas7>7.1.1.Final</version.jbossas7>
 		<version.emma>2.0.5312</version.emma>
-		<version.jsf2>2.1.7</version.jsf2>
 		<version.junit>4.8.2</version.junit>
 		<version.richfaces>4.2.3.Final-redhat-1</version.richfaces>
 
@@ -102,152 +99,7 @@
 				<version>1.7.0</version>
 			</dependency>
 
-			<!-- You should adjust this in the initcore task in build.xml as well -->
 			<dependency>
-				<groupId>org.jboss.cache</groupId>
-				<artifactId>jbosscache-core</artifactId>
-				<version>2.2.0.CR6</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.jboss</groupId>
-						<artifactId>jboss-common-core</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>commons-logging</groupId>
-						<artifactId>commons-logging</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-
-			<dependency>
-				<groupId>jgroups</groupId>
-				<artifactId>jgroups</artifactId>
-				<version>2.4.1</version>
-			</dependency>
-
-			<dependency>
-				<groupId>jboss</groupId>
-				<artifactId>jbossxb</artifactId>
-				<version>1.0.0.CR8</version>
-				<exclusions>
-					<exclusion>
-						<groupId>jboss</groupId>
-						<artifactId>jboss-logging-spi</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>jboss</groupId>
-						<artifactId>jboss-common-core</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>apache-xerces</groupId>
-						<artifactId>xml-apis</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>apache-httpclient</groupId>
-						<artifactId>commons-httpclient</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>apache-slide</groupId>
-						<artifactId>webdavlib</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>oswego-concurrent</groupId>
-						<artifactId>concurrent</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>wutka-dtdparser</groupId>
-						<artifactId>dtdparser121</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>apache-xerces</groupId>
-						<artifactId>xercesImpl</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>javax.activation</groupId>
-						<artifactId>activation</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>sun-jaf</groupId>
-						<artifactId>activation</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-
-            <!-- these 2 dependencies are for jboss-seam functionality -->
-			<dependency>
-				<groupId>jboss</groupId>
-				<artifactId>jboss-jmx</artifactId>
-				<version>4.2.3.GA</version>
-			</dependency>
-
-            <dependency>
-                <groupId>jboss</groupId>
-                <artifactId>jboss-system</artifactId>
-                <version>4.2.3.GA</version>
-            </dependency>
-
-			<dependency>
-				<groupId>javax.portlet</groupId>
-				<artifactId>portlet-api</artifactId>
-				<version>1.0</version>
-			</dependency>
-
-			<dependency>
-				<groupId>javax.mail</groupId>
-				<artifactId>mail</artifactId>
-				<version>1.4</version>
-			</dependency>
-
-			<dependency>
-				<groupId>javax.xml.ws</groupId>
-				<artifactId>jaxws-api</artifactId>
-				<version>2.1</version>
-			</dependency>
-
-			<dependency>
-				<groupId>javax.xml.soap</groupId>
-				<artifactId>saaj-api</artifactId>
-				<version>1.3</version>
-			</dependency>
-
-			<dependency>
-				<groupId>javax.annotation</groupId>
-				<artifactId>jsr250-api</artifactId>
-				<version>1.0</version>
-			</dependency>
-
-
-			<dependency>
-				<groupId>cglib</groupId>
-				<artifactId>cglib-nodep</artifactId>
-				<version>2.2</version>
-			</dependency>
-
-			<dependency>
-				<groupId>dom4j</groupId>
-				<artifactId>dom4j</artifactId>
-				<version>1.6.1-redhat-1</version>
-				<exclusions>
-					<exclusion>
-						<groupId>xml-apis</groupId>
-						<artifactId>xml-apis</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-
-			<dependency>
-				<groupId>org.beanshell</groupId>
-				<artifactId>bsh</artifactId>
-				<version>2.0b4</version>
-			</dependency>
-
-			<dependency>
-				<groupId>oswego-concurrent</groupId>
-				<artifactId>concurrent</artifactId>
-				<version>1.3.4</version>
-			</dependency>
-
-			<dependency>
 				<groupId>emma</groupId>
 				<artifactId>emma</artifactId>
 				<version>2.0.5312</version>
@@ -276,12 +128,6 @@
 				<artifactId>selenium-java</artifactId>
 				<version>2.21.0</version>
 			</dependency>
-
-<!-- 			<dependency> -->
-<!-- 				<groupId>org.eclipse.jdt</groupId> -->
-<!-- 				<artifactId>core</artifactId> -->
-<!-- 				<version>3.4.2.v_883_R34x</version> -->
-<!-- 			</dependency> -->
 			
 			<dependency>
 				<groupId>org.jboss.as</groupId>
@@ -341,7 +187,7 @@
 				<!-- just for jboss-seam core as it is EJB type not jar -->
 				<plugin>
 					<artifactId>maven-ejb-plugin</artifactId>
-					<version>2.3</version>
+<!-- 					<version>2.3</version> -->
 					<configuration>
 						<ejbVersion>3.0</ejbVersion>
 	    				<archive>
@@ -445,7 +291,6 @@
        <profile>
            <id>distribution</id>
            <modules>               
-<!--                <module>seam-reference-guide</module> -->
                <module>distribution</module>
            </modules>
        </profile>



More information about the seam-commits mailing list