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/21 11:45:23 UTC

svn commit: r796218 - /excalibur/trunk/components/store/pom.xml

Author: rdonkin
Date: Tue Jul 21 09:45:23 2009
New Revision: 796218

URL: http://svn.apache.org/viewvc?rev=796218&view=rev
Log:
EXLBR-46 Tidy up dependencies: remove unused and add missing https://issues.apache.org/jira/browse/EXLBR-46

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

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=796218&r1=796217&r2=796218&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Tue Jul 21 09:45:23 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>
@@ -56,12 +60,6 @@
       <version>1.3.4</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.excalibur.fortress.container</groupId>
-      <artifactId>excalibur-fortress-container-api</artifactId>
-      <version>1.3.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>



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