From commits-return-52266-archive-asf-public=cust-asf.ponee.io@cxf.apache.org Thu Sep 5 20:14:39 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B019C180656 for ; Thu, 5 Sep 2019 22:14:38 +0200 (CEST) Received: (qmail 3949 invoked by uid 500); 6 Sep 2019 05:20:08 -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 3928 invoked by uid 99); 6 Sep 2019 05:20:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2019 05:20:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7C76E807C9; Thu, 5 Sep 2019 20:14:37 +0000 (UTC) Date: Thu, 05 Sep 2019 20:14:37 +0000 To: "commits@cxf.apache.org" Subject: [cxf] branch 3.3.x-fixes updated: Upgrade to latest bundle plugin created some unnecessary hard OSGi deps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156771447741.2742.1782102684769842642@gitbox.apache.org> From: dkulp@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cxf X-Git-Refname: refs/heads/3.3.x-fixes X-Git-Reftype: branch X-Git-Oldrev: e84d7b2bb716dc1efe719497d8cef17aae092861 X-Git-Newrev: cde58adaabf5f10847f18a9d37361153b0ac7cac X-Git-Rev: cde58adaabf5f10847f18a9d37361153b0ac7cac X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/3.3.x-fixes by this push: new cde58ad Upgrade to latest bundle plugin created some unnecessary hard OSGi deps cde58ad is described below commit cde58adaabf5f10847f18a9d37361153b0ac7cac Author: Daniel Kulp AuthorDate: Thu Sep 5 16:13:58 2019 -0400 Upgrade to latest bundle plugin created some unnecessary hard OSGi deps --- core/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index a8d6119..995b50e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -59,10 +59,13 @@ javax.xml.bind*;version="${cxf.osgi.javax.bind.version}", javax.xml.stream*;version="${cxf.osgi.javax.stream.version}", javax.validation*;resolution:=optional;version="${cxf.validation.api.package.version}", - org.apache.aries*;version="${cxf.aries.version.range}";resolution:=optional + org.apache.aries*;version="${cxf.aries.version.range}";resolution:=optional, + org.apache.karaf.jaas.boot.principal;resolution:=optional, + org.apache.commons.logging;resolution:=optional, + !sun.misc - org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.* + org.apache.cxf.bus,org.apache.cxf.*,com.ctc.wstx.*,org.apache.karaf.jaas.boot.principal.*