You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2006/03/16 18:29:14 UTC

svn commit: r386397 - /jakarta/jcs/trunk/project.xml

Author: asmuts
Date: Thu Mar 16 09:29:12 2006
New Revision: 386397

URL: http://svn.apache.org/viewcvs?rev=386397&view=rev
Log:
adding commons pool for the jdbc disk cache

Modified:
    jakarta/jcs/trunk/project.xml

Modified: jakarta/jcs/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/jcs/trunk/project.xml?rev=386397&r1=386396&r2=386397&view=diff
==============================================================================
--- jakarta/jcs/trunk/project.xml (original)
+++ jakarta/jcs/trunk/project.xml Thu Mar 16 09:29:12 2006
@@ -134,6 +134,28 @@
 			<version>2.0</version>
 		</dependency>
 
+		<!--  JDBC DISK CACHE -->
+		<dependency>
+			<groupId>commons-dbcp</groupId>
+			<artifactId>commons-dbcp</artifactId>
+			<version>1.2</version>
+			<url>http://jakarta.apache.org/commons</url>
+			<properties>
+				<war.bundle>true</war.bundle>
+			</properties>
+		</dependency>
+
+		<!--  JDBC DISK CACHE -->
+		<dependency>
+			<groupId>commons-pool</groupId>
+			<artifactId>commons-pool</artifactId>
+			<version>1.2</version>
+			<url>http://jakarta.apache.org/commons</url>
+			<properties>
+				<war.bundle>true</war.bundle>
+			</properties>
+		</dependency>
+
 		<dependency>
 			<id>concurrent</id>
 			<version>1.0</version>
@@ -207,18 +229,12 @@
 			<id>berkeleydb</id>
 			<version>1.5.0</version>
 		</dependency>
-		<!--
-			<dependency>
-			<groupId>maven-plugins</groupId>
-			<artifactId>maven-findbugs-plugin</artifactId>
-			<version>0.9.1</version>
-			<type>plugin</type>
-			</dependency>
-		-->
+
 	</dependencies>
 
 
 	<build>
+	
 		<sourceDirectory>src/java</sourceDirectory>
 		<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
 		<aspectSourceDirectories></aspectSourceDirectories>
@@ -242,17 +258,10 @@
 
 	</build>
 
-
 	<reports>
 		<report>maven-jdepend-plugin</report>
 		<report>maven-checkstyle-plugin</report>
 		<report>maven-changes-plugin</report>
-		<!-- 
-			<report>maven-changelog-plugin</report>
-			<report>maven-file-activity-plugin</report>
-			<report>maven-statcvs-plugin</report>
-			<report>maven-developer-activity-plugin</report>
-		-->
 		<report>maven-jcoverage-plugin</report>
 		<report>maven-javadoc-plugin</report>
 		<report>maven-jxr-plugin</report>



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