Repository: cxf Updated Branches: refs/heads/master 803e20427 -> c72cac8cb
[CXF-6221] Turning an integration/cdi module into a b undle Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c72cac8c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c72cac8c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c72cac8c Branch: refs/heads/master Commit: c72cac8cbd73d92a9e0264c816176c2a33dcbcf2 Parents: 803e204 Author: Sergey Beryozkin <[email protected]> Authored: Mon Jan 26 17:35:28 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Mon Jan 26 17:35:28 2015 +0000 ---------------------------------------------------------------------- integration/cdi/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c72cac8c/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index 5164901..7d45355 100644 --- a/integration/cdi/pom.xml +++ b/integration/cdi/pom.xml @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>cxf-integration-cdi</artifactId> - <packaging>jar</packaging> + <packaging>bundle</packaging> <name>Apache CXF CDI Integration</name> <description>Apache CXF CDI Integration</description> <url>http://cxf.apache.org</url> @@ -30,6 +30,11 @@ <version>3.1.0-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> + <properties> + <cxf.osgi.import> + javax.servlet*;version="${cxf.osgi.javax.servlet.version}", + </cxf.osgi.import> + </properties> <dependencies> <dependency> <groupId>javax.enterprise</groupId>
