[jboss-cvs] JBossAS SVN: r96184 - branches/Branch_5_x/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 9 12:45:21 EST 2009


Author: smarlow at redhat.com
Date: 2009-11-09 12:45:20 -0500 (Mon, 09 Nov 2009)
New Revision: 96184

Modified:
   branches/Branch_5_x/ejb3/pom.xml
Log:
JBAS-7241 Update to Entity Manager 3.5 and JPA 2.  Fix maven build error

Modified: branches/Branch_5_x/ejb3/pom.xml
===================================================================
--- branches/Branch_5_x/ejb3/pom.xml	2009-11-09 17:30:32 UTC (rev 96183)
+++ branches/Branch_5_x/ejb3/pom.xml	2009-11-09 17:45:20 UTC (rev 96184)
@@ -86,6 +86,11 @@
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>javax.validation</groupId>
+      <artifactId>validation-api</artifactId>
+    </dependency>
     
     <dependency>
       <groupId>org.jboss</groupId>




More information about the jboss-cvs-commits mailing list