diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-26 14:19:57 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-26 14:19:57 +0000 |
commit | 16f136486bfa262d3b3f1f28b285cbe54d5f2b92 (patch) | |
tree | 3cb826731df227defe85fbc004460a7eecee1b85 /archiva-jetty | |
parent | e77de4841f49bfbcb8bbd1dda898838a9ee3b60c (diff) | |
download | archiva-16f136486bfa262d3b3f1f28b285cbe54d5f2b92.tar.gz archiva-16f136486bfa262d3b3f1f28b285cbe54d5f2b92.zip |
move javax.mail version to a property
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 76ab05d9e..050c9249d 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -77,7 +77,6 @@ <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> - <version>1.4</version> <scope>runtime</scope> </dependency> <dependency> |