Author: boisvert
Date: Sun Sep 17 09:19:02 2006
New Revision: 447088

URL: http://svn.apache.org/viewvc?view=rev&rev=447088
Log:
Add missing dependencies

Modified:
    incubator/ode/trunk/dao-hibernate/pom.xml

Modified: incubator/ode/trunk/dao-hibernate/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/dao-hibernate/pom.xml?view=diff&rev=447088&r1=447087&r2=447088
==============================================================================
--- incubator/ode/trunk/dao-hibernate/pom.xml (original)
+++ incubator/ode/trunk/dao-hibernate/pom.xml Sun Sep 17 09:19:02 2006
@@ -51,6 +51,18 @@
           <groupId>org.apache.geronimo.specs</groupId>
           <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
         </dependency>
+        <dependency>
+            <groupId>springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jotm</groupId>
+            <artifactId>jotm</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>


Reply via email to