You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by mc...@apache.org on 2004/10/10 10:43:42 UTC

svn commit: rev 54229 - excalibur/trunk/containerkit/logger

Author: mcconnell
Date: Sun Oct 10 01:43:41 2004
New Revision: 54229

Modified:
   excalibur/trunk/containerkit/logger/project.xml
Log:
update deps to fix gump builds

Modified: excalibur/trunk/containerkit/logger/project.xml
==============================================================================
--- excalibur/trunk/containerkit/logger/project.xml	(original)
+++ excalibur/trunk/containerkit/logger/project.xml	Sun Oct 10 01:43:41 2004
@@ -32,8 +32,15 @@
     </description>
 
     <dependencies>
+
         <dependency>
-            <id>avalon-framework</id>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-api</artifactId>
+            <version>4.1.5</version>
+        </dependency>
+        <dependency>
+            <groupId>avalon-framework</groupId>
+            <artifactId>avalon-framework-impl</artifactId>
             <version>4.1.5</version>
         </dependency>
         

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org