Author: mszefler
Date: Fri Feb 16 09:47:04 2007
New Revision: 508523

URL: http://svn.apache.org/viewvc?view=rev&rev=508523
Log:
Update POM for new dependencies.

Modified:
    incubator/ode/trunk/bpel-epr/pom.xml

Modified: incubator/ode/trunk/bpel-epr/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-epr/pom.xml?view=diff&rev=508523&r1=508522&r2=508523
==============================================================================
--- incubator/ode/trunk/bpel-epr/pom.xml (original)
+++ incubator/ode/trunk/bpel-epr/pom.xml Fri Feb 16 09:47:04 2007
@@ -20,8 +20,8 @@
 
 <project>
     <artifactId>ode-bpel-epr</artifactId>
-    <name>ODE :: BPEL Common EPR Implementations</name>
-    <description>Implementations of the EndpointReference 
interface.</description>
+    <name>ODE :: IL Utilities</name>
+    <description>Various utilities useful to IL implementations.</description>
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -43,6 +43,18 @@
        <dependency>
             <groupId>wsdl4j</groupId>
             <artifactId>wsdl4j</artifactId>
+        </dependency>
+       <dependency>
+            <groupId>org.apache.ode</groupId>
+            <artifactId>ode-minerva</artifactId>
+        </dependency>
+       <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+        </dependency>
+        <dependency>
+           <groupId>geronimo</groupId>
+           <artifactId>geronimo-transaction</artifactId>
         </dependency>
 
     </dependencies>


Reply via email to