[jboss-cvs] JBossAS SVN: r100302 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 2 16:11:30 EST 2010


Author: bstansberry at jboss.com
Date: 2010-02-02 16:11:29 -0500 (Tue, 02 Feb 2010)
New Revision: 100302

Modified:
   trunk/component-matrix/pom.xml
Log:
Exclude the old JPA API

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2010-02-02 21:05:05 UTC (rev 100301)
+++ trunk/component-matrix/pom.xml	2010-02-02 21:11:29 UTC (rev 100302)
@@ -1421,6 +1421,10 @@
             <groupId>org.jboss</groupId>
             <artifactId>jboss-jaxws</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.hibernate</groupId>
+            <artifactId>ejb3-persistence</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -1861,6 +1865,10 @@
             <groupId>org.jboss.microcontainer</groupId>
             <artifactId>jboss-kernel</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.hibernate</groupId>
+            <artifactId>ejb3-persistence</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 




More information about the jboss-cvs-commits mailing list