Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 99311036f -> 53b20e070
Minor update to systests jaxrs pom Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/53b20e07 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/53b20e07 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/53b20e07 Branch: refs/heads/3.0.x-fixes Commit: 53b20e07021b253abb196bf5b2bf68ed80a5f87d Parents: 9931103 Author: Sergey Beryozkin <[email protected]> Authored: Fri Jun 5 12:26:11 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Jun 5 12:27:12 2015 +0100 ---------------------------------------------------------------------- systests/jaxrs/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/53b20e07/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index 61443e4..4f8fe10 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -75,7 +75,7 @@ <dependency> <groupId>org.apache.aries.blueprint</groupId> <artifactId>org.apache.aries.blueprint.web</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.0</version> <scope>test</scope> </dependency> <dependency> @@ -137,6 +137,12 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId> <version>${cxf.jetty.version}</version> + <exclusions> + <exclusion> + <groupId>org.glassfish</groupId> + <artifactId>javax.el</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId>
