summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-05-13 07:35:36 +0000
committerOlivier Lamy <olamy@apache.org>2012-05-13 07:35:36 +0000
commita4bc7e4e16c69bf906cea6244aff0a3fe6592b3a (patch)
tree18a2de8c74d50aa22146c8eb2d512262ff60e534 /pom.xml
parente6f28cb58384a87578e34ac67ab56662d211776a (diff)
downloadarchiva-a4bc7e4e16c69bf906cea6244aff0a3fe6592b3a.tar.gz
archiva-a4bc7e4e16c69bf906cea6244aff0a3fe6592b3a.zip
move versions in parent pom
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1337794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ffdc448c7..dc9f6a0ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,6 +630,18 @@
<version>${commons-lang.version}</version>
</dependency>
<dependency>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <version>1.6</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.4</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.2</version>