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 14:51:49 UTC

[2/4] 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/211302fb
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/211302fb
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/211302fb

Branch: refs/heads/master
Commit: 211302fb106695517b91d4f607644b7a9bda0883
Parents: 7a3f087
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 09:51:40 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/211302fb/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 c8bec53..83fb288 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>