Repository: cxf Updated Branches: refs/heads/3.0.x-fixes f320e230d -> 97378122a
[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/97378122 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/97378122 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/97378122 Branch: refs/heads/3.0.x-fixes Commit: 97378122ad51e15354f9efe2c50983bf449e2471 Parents: f320e23 Author: Sergey Beryozkin <[email protected]> Authored: Thu Jul 2 11:02:36 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu Jul 2 11:06:58 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/97378122/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 baa7e95..808c6a6 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>
