From ec7eb3348addb6de5902b4115e5ad6aea258c38b Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Wed, 18 Jan 2012 15:16:34 -0600 Subject: [PATCH] Revert "Get rid of javax.activation." this was not appropriate for jetty7 which needs to support java 1.5 which is not universally bundling javax.activation as previously understood. The original commit should stand for jetty 8 though which will be handled during that merge This reverts commit fae4f3fda93cbe2b0fe6dec42c1dec54a491c69a. --- jetty-aggregate/jetty-all-server/pom.xml | 9 +++++++++ jetty-aggregate/jetty-all/pom.xml | 9 +++++++++ jetty-aggregate/jetty-plus/pom.xml | 9 +++++++++ jetty-distribution/pom.xml | 2 ++ jetty-osgi/test-jetty-osgi/pom.xml | 2 ++ pom.xml | 6 ++++++ 6 files changed, 37 insertions(+) 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