diff --git a/jetty-aggregate/jetty-all-server/pom.xml b/jetty-aggregate/jetty-all-server/pom.xml
index ed343ae1360..072ff23321e 100644
--- a/jetty-aggregate/jetty-all-server/pom.xml
+++ b/jetty-aggregate/jetty-all-server/pom.xml
@@ -163,6 +163,10 @@
javax.mail
mail
+
+ javax.activation
+ activation
+
@@ -233,6 +237,11 @@
mail
compile
+
+ javax.activation
+ activation
+ compile
+
org.apache.geronimo.specs
geronimo-jaspic_1.0_spec
diff --git a/jetty-aggregate/jetty-all/pom.xml b/jetty-aggregate/jetty-all/pom.xml
index a59ba910ca0..3a6eee3ac51 100644
--- a/jetty-aggregate/jetty-all/pom.xml
+++ b/jetty-aggregate/jetty-all/pom.xml
@@ -147,6 +147,10 @@
javax.mail
mail
+
+ javax.activation
+ activation
+
@@ -217,6 +221,11 @@
mail
compile
+
+ javax.activation
+ activation
+ compile
+
org.apache.geronimo.specs
geronimo-jaspic_1.0_spec
diff --git a/jetty-aggregate/jetty-plus/pom.xml b/jetty-aggregate/jetty-plus/pom.xml
index e265fb4cb04..ff9bf1f74c9 100644
--- a/jetty-aggregate/jetty-plus/pom.xml
+++ b/jetty-aggregate/jetty-plus/pom.xml
@@ -96,6 +96,10 @@
javax.mail
mail
+
+ javax.activation
+ activation
+
@@ -113,5 +117,10 @@
mail
compile
+
+ javax.activation
+ activation
+ compile
+
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 53351fd1e15..173d546d426 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -12,6 +12,7 @@
http://download.eclipse.org/jetty/orbit
target/distribution
3.6
+ ${javax-activation-version}.0.v201005080500
1.0.0.v20100513-0750
2.1.0.v201004190952
${javax-mail-version}.v201005082020
@@ -68,6 +69,7 @@
+
diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml
index 8a67c0316b8..eedcb97f358 100644
--- a/jetty-osgi/test-jetty-osgi/pom.xml
+++ b/jetty-osgi/test-jetty-osgi/pom.xml
@@ -14,6 +14,7 @@
http://download.eclipse.org/jetty/orbit/
target/distribution
3.6
+ ${javax-activation-version}.0.v201005080500
1.0.0.v20100513-0750
2.1.0.v201004190952
${javax-mail-version}.v201005082020
@@ -197,6 +198,7 @@
+
diff --git a/pom.xml b/pom.xml
index 534c7e60ef2..63315d4c21c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
${jetty.url}
pom
+ 1.1
1.4.1
2.1.v20100127
1.1.1
@@ -401,6 +402,11 @@
mail
${javax-mail-version}
+
+ javax.activation
+ activation
+ ${javax-activation-version}
+
junit
junit