diff options
author | Martin Schreier <martin_s@apache.org> | 2022-01-05 18:12:45 +0100 |
---|---|---|
committer | Martin Schreier <martin_s@apache.org> | 2022-01-05 18:12:45 +0100 |
commit | 31869b91d19f50f26052128d4a4afe9a2fb47970 (patch) | |
tree | 4ff8db4e631335554c1bb6edb3a5cb6239eb71c2 /pom.xml | |
parent | 23abc2077453ba96dd71bd7db8bd5a0924eddeec (diff) | |
download | archiva-31869b91d19f50f26052128d4a4afe9a2fb47970.tar.gz archiva-31869b91d19f50f26052128d4a4afe9a2fb47970.zip |
Switching to new ehcache version
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |