Author: tv
Date: Tue Mar 22 15:26:20 2016
New Revision: 1736202
URL: http://svn.apache.org/viewvc?rev=1736202&view=rev
Log:
Remove compile time dependency on HSQLDB driver
Avoid animal-sniffer-plugin crash
Added:
commons/proper/jcs/trunk/commons-jcs-core/src/site/
commons/proper/jcs/trunk/commons-jcs-core/src/site/resources/
Modified:
commons/proper/jcs/trunk/commons-jcs-core/pom.xml
Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/pom.xml?rev=1736202&r1=1736201&r2=1736202&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/pom.xml Tue Mar 22 15:26:20 2016
@@ -55,15 +55,9 @@
<!-- JDBC DISK CACHE -->
<dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <optional>true</optional>
+ <scope>test</scope>
</dependency>
<!-- For comparative performance tests only -->