You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2016/11/23 16:44:40 UTC

[4/6] cxf git commit: Fix build failure due to dependency name/version for servlet-api

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 <dk...@apache.org>
Authored: Wed Nov 23 09:10:27 2016 -0500
Committer: Daniel Kulp <dk...@apache.org>
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>