Repository: cxf Updated Branches: refs/heads/master 3cf195384 -> c8c90d4dc
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/c8c90d4d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c8c90d4d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c8c90d4d Branch: refs/heads/master Commit: c8c90d4dc47a5fd28a30f5b27c08d35d67349001 Parents: 3cf1953 Author: Sergey Beryozkin <[email protected]> Authored: Fri Jun 5 12:26:11 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Jun 5 12:26:11 2015 +0100 ---------------------------------------------------------------------- systests/jaxrs/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c8c90d4d/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index 238249b..5ed872c 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -90,7 +90,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> @@ -159,6 +159,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>
