Repository: cxf Updated Branches: refs/heads/master c322ba957 -> 28f5da32c
[CXF-6482] Fixing the servlet api import Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/28f5da32 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/28f5da32 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/28f5da32 Branch: refs/heads/master Commit: 28f5da32ccac2bf904b9c5132f717ebfe5d7a068 Parents: c322ba9 Author: Sergey Beryozkin <[email protected]> Authored: Thu Jul 2 11:02:36 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Jul 2 11:02:36 2015 +0100 ---------------------------------------------------------------------- rt/rs/security/oauth-parent/oauth2/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/28f5da32/rt/rs/security/oauth-parent/oauth2/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml index b7c2628..672b1da 100644 --- a/rt/rs/security/oauth-parent/oauth2/pom.xml +++ b/rt/rs/security/oauth-parent/oauth2/pom.xml @@ -33,6 +33,7 @@ <properties> <cxf.osgi.import> net.sf.ehcache*;resolution:=optional;version="[2.5, 3.0.0)", + javax.servlet*;version="${cxf.osgi.javax.servlet.version}" </cxf.osgi.import> </properties> <dependencies>
