You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/01/13 04:51:40 UTC

svn commit: r1230888 - in /cxf/trunk: api/pom.xml rt/frontend/jaxws/pom.xml

Author: dkulp
Date: Fri Jan 13 03:51:39 2012
New Revision: 1230888

URL: http://svn.apache.org/viewvc?rev=1230888&view=rev
Log:
Minor osgi updates

Modified:
    cxf/trunk/api/pom.xml
    cxf/trunk/rt/frontend/jaxws/pom.xml

Modified: cxf/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/api/pom.xml?rev=1230888&r1=1230887&r2=1230888&view=diff
==============================================================================
--- cxf/trunk/api/pom.xml (original)
+++ cxf/trunk/api/pom.xml Fri Jan 13 03:51:39 2012
@@ -34,7 +34,6 @@
     </parent>
 
     <properties>
-        <cxf.fragment.host>org.apache.cxf.cxf-api</cxf.fragment.host>
         <cxf.osgi.import>
             javax.activation;version="${cxf.osgi.javax.activation.version}",
             javax.annotation;version="${cxf.osgi.javax.annotation.version}",

Modified: cxf/trunk/rt/frontend/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/pom.xml?rev=1230888&r1=1230887&r2=1230888&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxws/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxws/pom.xml Fri Jan 13 03:51:39 2012
@@ -157,6 +157,7 @@
             <groupId>${cxf.servlet-api.group}</groupId>
             <artifactId>${cxf.servlet-api.artifact}</artifactId>
             <scope>provided</scope>
+	    <optional>true</optional>
         </dependency>
     </dependencies>