aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-08-03 12:30:14 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-08-03 12:30:14 +0200
commit91be5a8c9f2e642e2b88885a81b3b28f9372b80a (patch)
tree87eb46e01958ea85818b66e71ec160ecd5edb5f0 /pom.xml
parent44d7cafb871b95a6148a068976e421bcfa502983 (diff)
downloadsonarqube-91be5a8c9f2e642e2b88885a81b3b28f9372b80a.tar.gz
sonarqube-91be5a8c9f2e642e2b88885a81b3b28f9372b80a.zip
Remove mail.jar from standalone application
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4dca245f90a..cd35d48bc34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -874,6 +874,12 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-naming</artifactId>
<version>${jetty.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>