You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/10/07 04:48:48 UTC

svn commit: r822564 - /geronimo/server/trunk/plugins/tomcat/pom.xml

Author: dwoods
Date: Wed Oct  7 02:48:47 2009
New Revision: 822564

URL: http://svn.apache.org/viewvc?rev=822564&view=rev
Log:
add exclusion to catalina for geronimo-jpa_1.0_spec, since we want jpa_2.0_spec now

Modified:
    geronimo/server/trunk/plugins/tomcat/pom.xml

Modified: geronimo/server/trunk/plugins/tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/tomcat/pom.xml?rev=822564&r1=822563&r2=822564&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/tomcat/pom.xml (original)
+++ geronimo/server/trunk/plugins/tomcat/pom.xml Wed Oct  7 02:48:47 2009
@@ -137,6 +137,10 @@
                         <groupId>org.apache.geronimo.specs</groupId>
                         <artifactId>geronimo-servlet_2.5_spec</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-jpa_1.0_spec</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>