Repository: cxf Updated Branches: refs/heads/master 3634fd60f -> aac1196c9
Fixing a big_query demo dependency Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/aac1196c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/aac1196c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/aac1196c Branch: refs/heads/master Commit: aac1196c9e2ad02b596e24cc6f18cdb7ec30a21d Parents: 3634fd6 Author: Sergey Beryozkin <[email protected]> Authored: Wed Oct 21 11:35:56 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Oct 21 11:35:56 2015 +0100 ---------------------------------------------------------------------- distribution/src/main/release/samples/jax_rs/big_query/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/aac1196c/distribution/src/main/release/samples/jax_rs/big_query/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/big_query/pom.xml b/distribution/src/main/release/samples/jax_rs/big_query/pom.xml index 57021ee..c7db1d7 100644 --- a/distribution/src/main/release/samples/jax_rs/big_query/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/big_query/pom.xml @@ -44,7 +44,7 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-security-jose</artifactId> + <artifactId>cxf-rt-rs-security-jose-jaxrs</artifactId> <version>3.1.4-SNAPSHOT</version> </dependency> <dependency>
