You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by gn...@apache.org on 2007/04/19 10:00:55 UTC

svn commit: r530312 - in /incubator/ode/trunk: dao-jpa-ojpa-derby/pom.xml dao-jpa/pom.xml

Author: gnodet
Date: Thu Apr 19 01:00:54 2007
New Revision: 530312

URL: http://svn.apache.org/viewvc?view=rev&rev=530312
Log:
Fix build

Modified:
    incubator/ode/trunk/dao-jpa-ojpa-derby/pom.xml
    incubator/ode/trunk/dao-jpa/pom.xml

Modified: incubator/ode/trunk/dao-jpa-ojpa-derby/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa-ojpa-derby/pom.xml?view=diff&rev=530312&r1=530311&r2=530312
==============================================================================
--- incubator/ode/trunk/dao-jpa-ojpa-derby/pom.xml (original)
+++ incubator/ode/trunk/dao-jpa-ojpa-derby/pom.xml Thu Apr 19 01:00:54 2007
@@ -85,7 +85,6 @@
         <dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
-           <version>2.8.1</version>
            <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: incubator/ode/trunk/dao-jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/dao-jpa/pom.xml?view=diff&rev=530312&r1=530311&r2=530312
==============================================================================
--- incubator/ode/trunk/dao-jpa/pom.xml (original)
+++ incubator/ode/trunk/dao-jpa/pom.xml Thu Apr 19 01:00:54 2007
@@ -57,6 +57,16 @@
             <artifactId>xercesImpl</artifactId>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+           <groupId>org.apache.geronimo.specs</groupId>
+           <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+           <scope>compile</scope>
+        </dependency>
+        <dependency>
+           <groupId>org.apache.geronimo.specs</groupId>
+           <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+           <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>