Repository: cxf Updated Branches: refs/heads/master fe416234b -> 004321a2e
Fix build failure Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5c678fac Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5c678fac Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5c678fac Branch: refs/heads/master Commit: 5c678face89e4d38b2879bc4679ce3b92ac3aeb0 Parents: fe41623 Author: Daniel Kulp <[email protected]> Authored: Fri Feb 6 14:31:49 2015 -0500 Committer: Daniel Kulp <[email protected]> Committed: Fri Feb 6 14:31:49 2015 -0500 ---------------------------------------------------------------------- systests/rs-http-sci/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/5c678fac/systests/rs-http-sci/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-http-sci/pom.xml b/systests/rs-http-sci/pom.xml index 1214d41..7a7fe5d 100644 --- a/systests/rs-http-sci/pom.xml +++ b/systests/rs-http-sci/pom.xml @@ -34,12 +34,13 @@ <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.jetty.version>${cxf.jetty9.version}</cxf.jetty.version> </properties> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-annotations</artifactId> - <version>${cxf.jetty.version}</version> + <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId>
