[seam-commits] Seam SVN: r15590 - branches/enterprise/WFK-2_1/distribution.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Sep 20 12:54:30 EDT 2013


Author: manaRH
Date: 2013-09-20 12:54:29 -0400 (Fri, 20 Sep 2013)
New Revision: 15590

Modified:
   branches/enterprise/WFK-2_1/distribution/pom.xml
Log:
seam distribution - removed h-core used now in seam-gen assembly and uncommented versions for remoting

Modified: branches/enterprise/WFK-2_1/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/pom.xml	2013-09-20 16:54:22 UTC (rev 15589)
+++ branches/enterprise/WFK-2_1/distribution/pom.xml	2013-09-20 16:54:29 UTC (rev 15590)
@@ -159,12 +159,6 @@
             <artifactId>jboss-seam-gen</artifactId>
             <version>${project.version}</version>
         </dependency>
-
-<!-- 		<dependency> -->
-<!--             <groupId>org.jboss.seam</groupId> -->
-<!--             <artifactId>functional-tests</artifactId> -->
-<!--             <version>${project.version}</version> -->
-<!--         </dependency> -->
 	
        <dependency>
             <groupId>org.jboss.seam</groupId>
@@ -198,34 +192,18 @@
             <groupId>org.richfaces.ui</groupId>
             <artifactId>richfaces-components-ui</artifactId>
         </dependency>
-        <dependency>
-        	<groupId>org.hibernate</groupId>
-        	<artifactId>hibernate-core</artifactId>
-        	<version>4.0.0.Final</version>
-        	<scope>runtime</scope>
-        	<exclusions>
-        		<exclusion>
-        			<groupId>com.fasterxml</groupId>
-        			<artifactId>classmate</artifactId>
-        		</exclusion>
-        		<exclusion>
-        			<groupId>org.jboss.spec.javax.transaction</groupId>
-        			<artifactId>jboss-transaction-api_1.1_spec</artifactId>
-        		</exclusion>
-        	</exclusions>
-        </dependency>
 
-        <!-- Specific version to make remoting compatible with EAP 6.0.1 -->
+        <!-- Specific version to make remoting compatible with EAP 6.0.1 
         <dependency>
             <groupId>org.jboss.remotingjmx</groupId>
             <artifactId>remoting-jmx</artifactId>
-<!--             <version>1.0.4.Final-redhat-1</version> -->
+            <version>1.0.4.Final-redhat-1</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.remoting3</groupId>
             <artifactId>jboss-remoting</artifactId>
-<!--             <version>3.2.14.GA-redhat-1</version> -->
-        </dependency>
+            <version>3.2.14.GA-redhat-1</version>
+        </dependency>-->
 	</dependencies>
 	<dependencyManagement>
 		<dependencies>



More information about the seam-commits mailing list