Update poms to use jettys apache-jsp module to prepare for Jetty 9.3
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/29a9b9e9 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/29a9b9e9 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/29a9b9e9 Branch: refs/heads/3.1.x-fixes Commit: 29a9b9e96582602565286099ac3965424372370d Parents: 3240a6a Author: Daniel Kulp <[email protected]> Authored: Wed Nov 11 10:12:34 2015 -0500 Committer: Daniel Kulp <[email protected]> Committed: Thu Nov 12 10:22:58 2015 -0500 ---------------------------------------------------------------------- systests/cdi/pom.xml | 15 +++++++++++++-- systests/jaxrs/pom.xml | 2 +- systests/jibx/jaxrs-jibx/pom.xml | 2 +- systests/rs-http-sci/pom.xml | 2 +- systests/tracing/pom.xml | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/29a9b9e9/systests/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml index 187b3d0..4abe418 100644 --- a/systests/cdi/pom.xml +++ b/systests/cdi/pom.xml @@ -35,7 +35,7 @@ <cxf.glassfish.el.version>3.0-b01</cxf.glassfish.el.version> <cxf.surefire.fork.vmargs>-XX:MaxPermSize=192m</cxf.surefire.fork.vmargs> <cxf.server.launcher.vmargs>-XX:MaxPermSize=192m</cxf.server.launcher.vmargs> - <cxf.tomcat.version>7.0.52</cxf.tomcat.version> + <cxf.tomcat.version>8.0.28</cxf.tomcat.version> </properties> <dependencies> <dependency> @@ -89,8 +89,14 @@ </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jsp</artifactId> + <artifactId>apache-jsp</artifactId> <version>${cxf.jetty.version}</version> + <exclusions> + <exclusion> + <groupId>org.mortbay.jasper</groupId> + <artifactId>apache-jsp</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -160,6 +166,11 @@ <version>${cxf.tomcat.version}</version> </dependency> <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-jasper</artifactId> + <version>${cxf.tomcat.version}</version> + </dependency> + <dependency> <groupId>com.ning</groupId> <artifactId>async-http-client</artifactId> <version>${cxf.ahc.version}</version> http://git-wip-us.apache.org/repos/asf/cxf/blob/29a9b9e9/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index 544fdbe..826500c 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -169,7 +169,7 @@ </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jsp</artifactId> + <artifactId>apache-jsp</artifactId> <version>${cxf.jetty.version}</version> <exclusions> <exclusion> http://git-wip-us.apache.org/repos/asf/cxf/blob/29a9b9e9/systests/jibx/jaxrs-jibx/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jibx/jaxrs-jibx/pom.xml b/systests/jibx/jaxrs-jibx/pom.xml index 6a8e585..b9eed54 100644 --- a/systests/jibx/jaxrs-jibx/pom.xml +++ b/systests/jibx/jaxrs-jibx/pom.xml @@ -58,7 +58,7 @@ </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jsp</artifactId> + <artifactId>apache-jsp</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/29a9b9e9/systests/rs-http-sci/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-http-sci/pom.xml b/systests/rs-http-sci/pom.xml index 01e8f5c..c671104 100644 --- a/systests/rs-http-sci/pom.xml +++ b/systests/rs-http-sci/pom.xml @@ -55,7 +55,7 @@ </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jsp</artifactId> + <artifactId>apache-jsp</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/29a9b9e9/systests/tracing/pom.xml ---------------------------------------------------------------------- diff --git a/systests/tracing/pom.xml b/systests/tracing/pom.xml index 8d7793d..2f2031e 100644 --- a/systests/tracing/pom.xml +++ b/systests/tracing/pom.xml @@ -45,7 +45,7 @@ </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jsp</artifactId> + <artifactId>apache-jsp</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency>
