diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-26 23:44:24 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-26 23:44:24 +0200 |
commit | f24edc23979aff3ea46c171b8a18b3915ca33d54 (patch) | |
tree | 69e0097e7a03a4d687bbb87a189a047da7d1ee95 /archiva-jetty/pom.xml | |
parent | 92555ff5869621482fe9087830247e28b61add2a (diff) | |
download | archiva-f24edc23979aff3ea46c171b8a18b3915ca33d54.tar.gz archiva-f24edc23979aff3ea46c171b8a18b3915ca33d54.zip |
Cleanup of central dependency declarations
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 031ac12af..21b779780 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -80,11 +80,6 @@ <artifactId>mail</artifactId> <scope>runtime</scope> </dependency> - <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - <scope>runtime</scope> - </dependency> </dependencies> <build> <plugins> |