diff options
author | Olivier Lamy <olamy@apache.org> | 2012-05-13 07:35:36 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-05-13 07:35:36 +0000 |
commit | a4bc7e4e16c69bf906cea6244aff0a3fe6592b3a (patch) | |
tree | 18a2de8c74d50aa22146c8eb2d512262ff60e534 /pom.xml | |
parent | e6f28cb58384a87578e34ac67ab56662d211776a (diff) | |
download | archiva-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.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |