Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 659bcfeb3 -> d4a25bbea
Updating Oidc demo poms Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d4a25bbe Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d4a25bbe Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d4a25bbe Branch: refs/heads/3.1.x-fixes Commit: d4a25bbea9911b8c2debfab6724a3cc95532c4af Parents: 659bcfe Author: Sergey Beryozkin <[email protected]> Authored: Fri May 20 10:33:27 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri May 20 10:34:14 2016 +0100 ---------------------------------------------------------------------- distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml | 3 --- distribution/src/main/release/samples/jax_rs/big_query/pom.xml | 3 --- 2 files changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/d4a25bbe/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml b/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml index b724942..6e76d3b0 100644 --- a/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml @@ -59,17 +59,14 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.1.1.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.1.1.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.1.1.RELEASE</version> </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/d4a25bbe/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 8d1efb9..1feffb3 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 @@ -64,17 +64,14 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.1.1.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.1.1.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.1.1.RELEASE</version> </dependency> </dependencies> <build>
