diff options
author | Olivier Lamy <olamy@apache.org> | 2011-06-28 22:19:30 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-06-28 22:19:30 +0000 |
commit | d7f0f916366c1a60b3ea4b2e6392fe3cdd85aa85 (patch) | |
tree | c28fb2ac0dbb07b57b4e9b5bd280a4e6f89683fd /pom.xml | |
parent | a5c5d53fa11f7706ccafec757e386b33c7d3ac99 (diff) | |
download | archiva-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |