[seam-commits] Seam SVN: r14552 - in branches/enterprise/WFK_2_0_PRE/examples-ee6: mail/mail-ear and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 11 02:17:37 EDT 2012


Author: manaRH
Date: 2012-04-11 02:17:36 -0400 (Wed, 11 Apr 2012)
New Revision: 14552

Modified:
   branches/enterprise/WFK_2_0_PRE/examples-ee6/booking/booking-ear/pom.xml
   branches/enterprise/WFK_2_0_PRE/examples-ee6/mail/mail-ear/pom.xml
Log:
removed forgotten version for maven-ear-plugin and wrong hvalidator

Modified: branches/enterprise/WFK_2_0_PRE/examples-ee6/booking/booking-ear/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/examples-ee6/booking/booking-ear/pom.xml	2012-04-10 20:49:38 UTC (rev 14551)
+++ branches/enterprise/WFK_2_0_PRE/examples-ee6/booking/booking-ear/pom.xml	2012-04-11 06:17:36 UTC (rev 14552)
@@ -83,7 +83,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ear-plugin</artifactId>
-                <version>2.6</version>
                 <configuration>                    
                     <defaultLibBundleDir>lib</defaultLibBundleDir>
                     <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->

Modified: branches/enterprise/WFK_2_0_PRE/examples-ee6/mail/mail-ear/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/examples-ee6/mail/mail-ear/pom.xml	2012-04-10 20:49:38 UTC (rev 14551)
+++ branches/enterprise/WFK_2_0_PRE/examples-ee6/mail/mail-ear/pom.xml	2012-04-11 06:17:36 UTC (rev 14552)
@@ -173,14 +173,4 @@
         </profile>
         
     </profiles>
-    <dependencyManagement>
-    	<dependencies>
-    		<dependency>
-    			<groupId>org.hibernate</groupId>
-    			<artifactId>hibernate-validator</artifactId>
-    			<version>3.1.0.GA</version>
-    			<scope>compile</scope>
-    		</dependency>
-    	</dependencies>
-    </dependencyManagement>
 </project>



More information about the seam-commits mailing list