You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/12 11:29:01 UTC

svn commit: r793303 - /excalibur/trunk/containerkit/logger/pom.xml

Author: rdonkin
Date: Sun Jul 12 09:28:58 2009
New Revision: 793303

URL: http://svn.apache.org/viewvc?rev=793303&view=rev
Log:
EXLBR-47 Add missing dependency https://issues.apache.org/jira/browse/EXLBR-47

Modified:
    excalibur/trunk/containerkit/logger/pom.xml

Modified: excalibur/trunk/containerkit/logger/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/logger/pom.xml?rev=793303&r1=793302&r2=793303&view=diff
==============================================================================
--- excalibur/trunk/containerkit/logger/pom.xml (original)
+++ excalibur/trunk/containerkit/logger/pom.xml Sun Jul 12 09:28:58 2009
@@ -36,6 +36,10 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
     </dependency>
     <dependency>



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