aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Schreier <martin_s@apache.org>2022-01-05 18:12:45 +0100
committerMartin Schreier <martin_s@apache.org>2022-01-05 18:12:45 +0100
commit31869b91d19f50f26052128d4a4afe9a2fb47970 (patch)
tree4ff8db4e631335554c1bb6edb3a5cb6239eb71c2 /pom.xml
parent23abc2077453ba96dd71bd7db8bd5a0924eddeec (diff)
downloadarchiva-31869b91d19f50f26052128d4a4afe9a2fb47970.tar.gz
archiva-31869b91d19f50f26052128d4a4afe9a2fb47970.zip
Switching to new ehcache version
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 3885563fb..bb0fde3bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -922,6 +922,11 @@
</dependency>
<dependency>
+ <groupId>org.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ <version>${ehcache.version}</version>
+ </dependency>
+ <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>