summaryrefslogtreecommitdiffstats
path: root/archiva-jetty
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
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')
-rw-r--r--archiva-jetty/pom.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index e18cda0e1..941f035ba 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -70,15 +70,6 @@
<version>${jettyVersion}</version>
<scope>runtime</scope>
</dependency>
- <!--
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-jsp-2.1</artifactId>
- <version>${jettyVersion}</version>
- <scope>runtime</scope>
- </dependency>
- -->
-
<dependency>
<groupId>org.mortbay.jetty</groupId>
@@ -112,21 +103,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>