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 12:29:04 UTC

svn commit: r793310 - /excalibur/trunk/containerkit/instrument/api/pom.xml

Author: rdonkin
Date: Sun Jul 12 10:29:04 2009
New Revision: 793310

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

Modified:
    excalibur/trunk/containerkit/instrument/api/pom.xml

Modified: excalibur/trunk/containerkit/instrument/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/api/pom.xml?rev=793310&r1=793309&r2=793310&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/api/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/api/pom.xml Sun Jul 12 10:29:04 2009
@@ -37,6 +37,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