You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by wo...@apache.org on 2009/04/23 16:19:00 UTC

svn commit: r767928 - /portals/jetspeed-2/portal/trunk/components/jetspeed-rdbms/pom.xml

Author: woonsan
Date: Thu Apr 23 14:19:00 2009
New Revision: 767928

URL: http://svn.apache.org/viewvc?rev=767928&view=rev
Log:
JS2-976: Fixing jetspeed-rdbms unit tests simply by adding test dependency on dbcp

Modified:
    portals/jetspeed-2/portal/trunk/components/jetspeed-rdbms/pom.xml

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-rdbms/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-rdbms/pom.xml?rev=767928&r1=767927&r2=767928&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-rdbms/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-rdbms/pom.xml Thu Apr 23 14:19:00 2009
@@ -92,6 +92,11 @@
       <version>${org.apache.jetspeed.test.jdbc.driver.version}</version>
       <scope>test</scope>
     </dependency>      
+    <dependency>
+      <groupId>commons-dbcp</groupId>
+      <artifactId>commons-dbcp</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!--
       Note: tyrex and junit are normally required only for test, but 
       in this case, abstract test cases are included in the component



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org