You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/04/11 17:09:39 UTC

svn commit: r160900 - geronimo/trunk/modules/timer/project.properties geronimo/trunk/modules/timer/project.xml

Author: djencks
Date: Mon Apr 11 08:09:38 2005
New Revision: 160900

URL: http://svn.apache.org/viewcvs?view=rev&rev=160900
Log:
dependency cleanup

Modified:
    geronimo/trunk/modules/timer/project.properties
    geronimo/trunk/modules/timer/project.xml

Modified: geronimo/trunk/modules/timer/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/timer/project.properties?view=diff&r1=160899&r2=160900
==============================================================================
--- geronimo/trunk/modules/timer/project.properties (original)
+++ geronimo/trunk/modules/timer/project.properties Mon Apr 11 08:09:38 2005
@@ -2,4 +2,4 @@
 ## $Rev$ $Date$
 ##
 
-maven.repo.remote=http://www.apache.org/~djencks/maven, http://www.ibiblio.org/maven, http://cvs.apache.org/repository/
+maven.repo.remote=http://www.ibiblio.org/maven, http://cvs.apache.org/repository/

Modified: geronimo/trunk/modules/timer/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/timer/project.xml?view=diff&r1=160899&r2=160900
==============================================================================
--- geronimo/trunk/modules/timer/project.xml (original)
+++ geronimo/trunk/modules/timer/project.xml Mon Apr 11 08:09:38 2005
@@ -141,24 +141,12 @@
             <url>http://jakarta.apache.org/commons/logging/</url>
         </dependency>
 
-        <dependency>
-            <groupId>mx4j</groupId>
-            <artifactId>mx4j</artifactId>
-            <version>${mx4j_version}</version>
-        </dependency>
-        <!-- needed for passwordcredential realm-->
+        <!-- needed for axion tests-->
         <dependency>
             <groupId>regexp</groupId>
             <artifactId>regexp</artifactId>
             <version>${regexp_version}</version>
             <url>http://jakarta.apache.org/regexp</url>
-        </dependency>
-
-        <dependency>
-            <groupId>tranql</groupId>
-            <artifactId>tranql</artifactId>
-            <version>${tranql_version}</version>
-            <url>http://tranql.codehaus.org</url>
         </dependency>
 
     </dependencies>