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 19:55:45 UTC

svn commit: r891379 - in /geronimo/sandbox/failover/deps: ./ pom.xml src/ src/main/ src/main/resources/

Author: dblevins
Date: Wed Dec 16 18:55:44 2009
New Revision: 891379

URL: http://svn.apache.org/viewvc?rev=891379&view=rev
Log:
band-aid for deps that are required but don't seem to download

Added:
    geronimo/sandbox/failover/deps/
    geronimo/sandbox/failover/deps/pom.xml   (with props)
    geronimo/sandbox/failover/deps/src/
    geronimo/sandbox/failover/deps/src/main/
    geronimo/sandbox/failover/deps/src/main/resources/

Added: geronimo/sandbox/failover/deps/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/deps/pom.xml?rev=891379&view=auto
==============================================================================
--- geronimo/sandbox/failover/deps/pom.xml (added)
+++ geronimo/sandbox/failover/deps/pom.xml Wed Dec 16 18:55:44 2009
@@ -0,0 +1,17 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.geronimo.tmp</groupId>
+    <artifactId>deps</artifactId>
+    <version>2.2-SNAPSHOT</version>
+    <packaging>jar</packaging>
+
+
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.woden</groupId>
+        <artifactId>woden-api</artifactId>
+        <version>1.0M8</version>
+      </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/sandbox/failover/deps/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native