Fix build failure due to dependency name/version for servlet-api
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/2164a191 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2164a191 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/2164a191 Branch: refs/heads/3.1.x-fixes Commit: 2164a191dfa9db0d9a2a8f38efcbfd953f5679d3 Parents: b72bf00 Author: Daniel Kulp <[email protected]> Authored: Wed Nov 23 09:10:27 2016 -0500 Committer: Daniel Kulp <[email protected]> Committed: Wed Nov 23 10:52:44 2016 -0500 ---------------------------------------------------------------------- distribution/src/main/release/samples/oauth/client/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/2164a191/distribution/src/main/release/samples/oauth/client/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/oauth/client/pom.xml b/distribution/src/main/release/samples/oauth/client/pom.xml index 6db4c0c..d73a0ba 100644 --- a/distribution/src/main/release/samples/oauth/client/pom.xml +++ b/distribution/src/main/release/samples/oauth/client/pom.xml @@ -84,8 +84,8 @@ <version>20100527</version> </dependency> <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-servlet_3.0_spec</artifactId> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <artifactId>standard</artifactId>
