You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2006/08/17 06:35:18 UTC

svn commit: r432137 - /geronimo/sandbox/plugins/global-jndi/pom.xml

Author: dain
Date: Wed Aug 16 21:35:16 2006
New Revision: 432137

URL: http://svn.apache.org/viewvc?rev=432137&view=rev
Log:
Add ~dain repo so colossus xbean jars can be retieved

Modified:
    geronimo/sandbox/plugins/global-jndi/pom.xml

Modified: geronimo/sandbox/plugins/global-jndi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/plugins/global-jndi/pom.xml?rev=432137&r1=432136&r2=432137&view=diff
==============================================================================
--- geronimo/sandbox/plugins/global-jndi/pom.xml (original)
+++ geronimo/sandbox/plugins/global-jndi/pom.xml Wed Aug 16 21:35:16 2006
@@ -48,5 +48,17 @@
             <artifactId>backport-util-concurrent</artifactId>
         </dependency>
     </dependencies>
+    <repositories>
+        <!-- keep the central repo so that it is first tried -->
+        <repository>
+            <id>central</id>
+            <url>http://ibiblio.org/maven2/</url>
+        </repository>
+        <repository>
+            <id>DainDevRepo</id>
+            <name>Dain's Development Repository</name>
+            <url>http://people.apache.org/~dain/repository/m2-dev</url>
+        </repository>
+    </repositories>
 </project>