Author: tv
Date: Tue Mar 24 15:27:42 2009
New Revision: 757846
URL: http://svn.apache.org/viewvc?rev=757846&view=rev
Log:
Added missing dependency
Modified:
turbine/fulcrum/trunk/intake/pom.xml
Modified: turbine/fulcrum/trunk/intake/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/pom.xml?rev=757846&r1=757845&r2=757846&view=diff
==============================================================================
--- turbine/fulcrum/trunk/intake/pom.xml (original)
+++ turbine/fulcrum/trunk/intake/pom.xml Tue Mar 24 15:27:42 2009
@@ -125,6 +125,11 @@
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
+ <dependency>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <version>1.4</version>
+ </dependency>
<!-- testing dependencies -->
<dependency>