You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/02/09 15:35:38 UTC

svn commit: r505308 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: evenisse
Date: Fri Feb  9 06:35:38 2007
New Revision: 505308

URL: http://svn.apache.org/viewvc?view=rev&rev=505308
Log:
Remove geronimo-spec-jta because jta is already present in libs

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?view=diff&rev=505308&r1=505307&r2=505308
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Fri Feb  9 06:35:38 2007
@@ -432,6 +432,12 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-spec-jta</artifactId>
+      <version>1.0.1B-rc2</version>
+      <scope>provided</scope>
+    </dependency>
     <!--
     <dependency>
       <groupId>postgresql</groupId>