You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/06/07 09:33:22 UTC

svn commit: r412313 - /incubator/servicemix/trunk/servicemix-web/pom.xml

Author: gnodet
Date: Wed Jun  7 00:33:21 2006
New Revision: 412313

URL: http://svn.apache.org/viewvc?rev=412313&view=rev
Log:
SM-444: commons-pool is missing from servicemix-web/pom.xml
Patch provided by Jordan Christensen, thanks !

Modified:
    incubator/servicemix/trunk/servicemix-web/pom.xml

Modified: incubator/servicemix/trunk/servicemix-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-web/pom.xml?rev=412313&r1=412312&r2=412313&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-web/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-web/pom.xml Wed Jun  7 00:33:21 2006
@@ -63,6 +63,10 @@
       <artifactId>jetty</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+    </dependency>
   </dependencies>
   
   <build>