You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2009/12/16 20:05:54 UTC

svn commit: r891382 - /geronimo/sandbox/failover/deps/pom.xml

Author: dblevins
Date: Wed Dec 16 19:05:54 2009
New Revision: 891382

URL: http://svn.apache.org/viewvc?rev=891382&view=rev
Log:
one more dep

Modified:
    geronimo/sandbox/failover/deps/pom.xml

Modified: geronimo/sandbox/failover/deps/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/deps/pom.xml?rev=891382&r1=891381&r2=891382&view=diff
==============================================================================
--- geronimo/sandbox/failover/deps/pom.xml (original)
+++ geronimo/sandbox/failover/deps/pom.xml Wed Dec 16 19:05:54 2009
@@ -13,5 +13,10 @@
         <artifactId>woden-api</artifactId>
         <version>1.0M8</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.woden</groupId>
+        <artifactId>woden-impl-dom</artifactId>
+        <version>1.0M8</version>
+      </dependency>
     </dependencies>
 </project>