Repository: cxf Updated Branches: refs/heads/3.0.x-fixes cf5613bd0 -> 40a67be30
[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/40a67be3 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/40a67be3 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/40a67be3 Branch: refs/heads/3.0.x-fixes Commit: 40a67be30f406ab11f28aefb6636fd8895054b75 Parents: cf5613b Author: Sergey Beryozkin <[email protected]> Authored: Mon Jan 26 17:35:28 2015 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Mon Jan 26 17:36:47 2015 +0000 ---------------------------------------------------------------------- integration/cdi/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/40a67be3/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index ba1c713..f6a8fc3 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.0.4-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>
