summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-08-16 23:03:30 +0000
committerOlivier Lamy <olamy@apache.org>2011-08-16 23:03:30 +0000
commit9357da09d3178cc606fa3ba9b3a41ad8b75d4d21 (patch)
treec7ecfe48da5496a1d837b64f6c094cdd9174eccb /pom.xml
parentfb8ff53c01cc868e6d76200919d7d1f4f8d90964 (diff)
downloadarchiva-9357da09d3178cc606fa3ba9b3a41ad8b75d4d21.tar.gz
archiva-9357da09d3178cc606fa3ba9b3a41ad8b75d4d21.zip
upgrade to last versions of quartz and ehcache
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1158469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 262928e48..340ba9d24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -660,7 +660,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<exclusions>
<exclusion>
<groupId>c3p0</groupId>
@@ -1140,7 +1140,7 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
- <version>2.4.2</version>
+ <version>2.4.3</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>