aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty-js
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 /archiva-jetty-js
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 'archiva-jetty-js')
-rw-r--r--archiva-jetty-js/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/archiva-jetty-js/pom.xml b/archiva-jetty-js/pom.xml
index af16f8653..34f9e5df1 100644
--- a/archiva-jetty-js/pom.xml
+++ b/archiva-jetty-js/pom.xml
@@ -82,21 +82,18 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.6.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
- <version>1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>