Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B044D9BCE for ; Wed, 25 Jan 2012 17:03:52 +0000 (UTC) Received: (qmail 52457 invoked by uid 500); 25 Jan 2012 17:03:52 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 52411 invoked by uid 500); 25 Jan 2012 17:03:52 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 52404 invoked by uid 99); 25 Jan 2012 17:03:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 17:03:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 17:03:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C9E012388900 for ; Wed, 25 Jan 2012 17:03:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1235825 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Date: Wed, 25 Jan 2012 17:03:29 -0000 To: commits@cxf.apache.org From: cschneider@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120125170329.C9E012388900@eris.apache.org> Author: cschneider Date: Wed Jan 25 17:03:29 2012 New Revision: 1235825 URL: http://svn.apache.org/viewvc?rev=1235825&view=rev Log: Optimize features Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?rev=1235825&r1=1235824&r2=1235825&view=diff ============================================================================== --- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original) +++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed Jan 25 17:03:29 2012 @@ -57,14 +57,8 @@ mvn:org.codehaus.woodstox/woodstox-core-asl/${cxf.woodstox.core.version} - - cxf-specs - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${cxf.jaxb.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/${cxf.jaxb.bundle.version} - - cxf-jaxb mvn:commons-codec/commons-codec/${cxf.commons-codec.version} mvn:org.apache.ws.commons.axiom/axiom-impl/${cxf.axiom.version} mvn:org.apache.ws.commons.axiom/axiom-api/${cxf.axiom.version} @@ -79,15 +73,12 @@ mvn:org.apache.abdera/abdera-client/${cxf.abdera.version} mvn:org.apache.abdera/abdera-server/${cxf.abdera.version} - + + + cxf-specs mvn:joda-time/joda-time/${cxf.joda.time.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.opensaml/${cxf.opensaml.osgi.version} - - - cxf-core - opensaml - cxf-saaj-impl - cxf-bindings-soap + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/${cxf.saaj-impl.bundle.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/${cxf.xerces.bundle.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.bcel/${cxf.bcel.bundle.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan/${cxf.xalan.bundle.version} @@ -95,38 +86,20 @@ mvn:org.apache.ws.security/wss4j/${cxf.wss4j.version} - - cxf-specs - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/${cxf.saaj-impl.bundle.version} - - - - - - org.ops4j.pax.url.war.importPaxLoggingPackages=true - - http - mvn:org.ops4j.pax.web/pax-web-extender-war/1.0.7 - mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/1.0.7 - mvn:org.ops4j.pax.web/pax-web-deployer/1.0.7 - mvn:org.ops4j.pax.url/pax-url-war/1.2.8 - - - cxf-specs - cxf-jaxb mvn:org.apache.ws.xmlschema/xmlschema-core/${cxf.xmlschema.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${cxf.wsdl4j.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/${cxf.fastinfoset.bundle.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${cxf.xmlresolver.bundle.version} - mvn:commons-lang/commons-lang/${cxf.commons-lang.version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${cxf.jaxb.bundle.version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/${cxf.jaxb.bundle.version} mvn:org.apache.cxf/cxf-common-utilities/${project.version} mvn:org.apache.cxf/cxf-api/${project.version} mvn:org.apache.cxf/cxf-rt-core/${project.version} mvn:org.apache.cxf/cxf-rt-management/${project.version} + mvn:org.apache.cxf/cxf-rt-transports-common/${project.version} mvn:org.apache.cxf.karaf/cxf-karaf-commands/${project.version} @@ -150,13 +123,15 @@ - http - cxf-war-java5 - cxf-core - cxf-ws-policy - - mvn:org.apache.cxf/cxf-rt-transports-common/${project.version} + http + + org.ops4j.pax.url.war.importPaxLoggingPackages=true + + mvn:org.ops4j.pax.web/pax-web-extender-war/1.0.7 + mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/1.0.7 + mvn:org.ops4j.pax.web/pax-web-deployer/1.0.7 + mvn:org.ops4j.pax.url/pax-url-war/1.2.8 mvn:org.apache.cxf/cxf-rt-transports-http/${project.version} @@ -165,23 +140,21 @@ cxf-core - mvn:org.apache.cxf/cxf-rt-ws-policy/${project.version} mvn:org.apache.cxf/cxf-rt-bindings-xml/${project.version} mvn:org.apache.cxf/cxf-rt-bindings-soap/${project.version} - mvn:org.apache.cxf/cxf-rt-ws-addr/${project.version} cxf-core - cxf-http-jetty - cxf-saaj-impl cxf-databinding-jaxb - + cxf-bindings-soap mvn:org.apache.cxf/cxf-rt-frontend-simple/${project.version} mvn:org.apache.cxf/cxf-rt-frontend-jaxws/${project.version} cxf-core + cxf-http + mvn:org.apache.cxf/cxf-rt-bindings-xml/${project.version} mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/${project.version} @@ -221,6 +194,7 @@ cxf-core spring-jms + cxf-bindings-soap mvn:org.apache.cxf/cxf-rt-transports-jms/${project.version} @@ -234,7 +208,6 @@ mvn:org.apache.cxf/cxf-rt-frontend-js/${project.version} - cxf-core @@ -260,51 +233,6 @@ mvn:org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws/${project.version} - - - - - - cxf-specs - mvn:commons-lang/commons-lang/${cxf.commons-lang.version} - mvn:commons-collections/commons-collections/${cxf.commons-collections.version} - - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/${cxf.fastinfoset.bundle.version} - - cxf-jaxb - http - cxf-war-java5 - spring - spring-dm - spring-jms - wss4j - jetty - cxf-abdera - cxf-saaj-impl - - mvn:org.apache.neethi/neethi/${cxf.neethi.version} - mvn:org.apache.ws.xmlschema/xmlschema-core/${cxf.xmlschema.version} - - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asm/${cxf.asm.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${cxf.wsdl4j.bundle.version} - mvn:org.codehaus.jettison/jettison/${cxf.jettison.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlbeans/${cxf.xmlbeans.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.rhino/${cxf.rhino.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${cxf.xmlresolver.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/${cxf.xerces.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.bcel/${cxf.bcel.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan/${cxf.xalan.bundle.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/${cxf.oro.bundle.version} - mvn:org.apache.velocity/velocity/${cxf.velocity.version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jdom/${cxf.jdom.bundle.version} - - - - cxf-alldeps - - mvn:org.apache.cxf/cxf-bundle/${project.version} - mvn:org.apache.cxf.karaf/cxf-karaf-commands/${project.version} - spring spring-dm