Repository: cxf Updated Branches: refs/heads/2.7.x-fixes a876a3a57 -> 07012fa2f
[CXF-6014] Adding the cors module to the JAXRS bundle Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/07012fa2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/07012fa2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/07012fa2 Branch: refs/heads/2.7.x-fixes Commit: 07012fa2f0042e98e86091c56fe46fe8b94b1b75 Parents: a876a3a Author: Sergey Beryozkin <[email protected]> Authored: Fri Sep 19 13:48:10 2014 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Sep 19 13:48:10 2014 +0100 ---------------------------------------------------------------------- osgi/bundle/jaxrs/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/07012fa2/osgi/bundle/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/jaxrs/pom.xml b/osgi/bundle/jaxrs/pom.xml index 2cdf18e..eb8fcea 100644 --- a/osgi/bundle/jaxrs/pom.xml +++ b/osgi/bundle/jaxrs/pom.xml @@ -77,7 +77,11 @@ <artifactId>cxf-rt-rs-extension-search</artifactId> <version>${project.version}</version> </dependency> - + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>cxf-rt-rs-security-cors</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>com.sun.xml.fastinfoset</groupId> <artifactId>FastInfoset</artifactId>
