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:50:27 UTC

svn commit: r793323 - /excalibur/trunk/components/sourceresolve/pom.xml

Author: rdonkin
Date: Sun Jul 12 10:50:27 2009
New Revision: 793323

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

Modified:
    excalibur/trunk/components/sourceresolve/pom.xml

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?rev=793323&r1=793322&r2=793323&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Sun Jul 12 10:50:27 2009
@@ -38,6 +38,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