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:05:38 UTC

svn commit: r796197 - /excalibur/trunk/components/pool/instrumented/pom.xml

Author: rdonkin
Date: Tue Jul 21 09:05:38 2009
New Revision: 796197

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

Modified:
    excalibur/trunk/components/pool/instrumented/pom.xml

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?rev=796197&r1=796196&r2=796197&view=diff
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Tue Jul 21 09:05:38 2009
@@ -37,40 +37,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
-      <artifactId>excalibur-pool-impl</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <artifactId>excalibur-pool-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
-    </dependency>
-    <dependency>
-      <groupId>junitperf</groupId>
-      <artifactId>junitperf</artifactId>
-      <scope>test</scope>
-      <version>1.8</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <scope>test</scope>
-      <version>1.0.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>
+      <artifactId>avalon-framework-api</artifactId>
     </dependency>
   </dependencies>
   <build/>



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