aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-28 22:19:30 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-28 22:19:30 +0000
commitd7f0f916366c1a60b3ea4b2e6392fe3cdd85aa85 (patch)
treec28fb2ac0dbb07b57b4e9b5bd280a4e6f89683fd /pom.xml
parenta5c5d53fa11f7706ccafec757e386b33c7d3ac99 (diff)
downloadarchiva-d7f0f916366c1a60b3ea4b2e6392fe3cdd85aa85.tar.gz
archiva-d7f0f916366c1a60b3ea4b2e6392fe3cdd85aa85.zip
[MRM-1478] Enable DB caching
Submitted by Maria Catherine Tan patch applied with modifications git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 136efafb7..b03cd5ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1133,6 +1133,11 @@
<version>1.8.3</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>jpox</groupId>
+ <artifactId>jpox-ehcache</artifactId>
+ <version>1.1.9</version>
+ </dependency>
</dependencies>
</dependencyManagement>