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 7626CDBD3 for ; Fri, 2 Nov 2012 04:18:15 +0000 (UTC) Received: (qmail 9183 invoked by uid 500); 2 Nov 2012 04:18:14 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 9058 invoked by uid 500); 2 Nov 2012 04:18:14 -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 9031 invoked by uid 99); 2 Nov 2012 04:18:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 04:18:13 +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; Fri, 02 Nov 2012 04:18:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EDB1023888EA; Fri, 2 Nov 2012 04:17:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1404870 - /cxf/trunk/services/sts/sts-core/pom.xml Date: Fri, 02 Nov 2012 04:17:49 -0000 To: commits@cxf.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121102041749.EDB1023888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ningjiang Date: Fri Nov 2 04:17:49 2012 New Revision: 1404870 URL: http://svn.apache.org/viewvc?rev=1404870&view=rev Log: CXF-4585 reverted the change Modified: cxf/trunk/services/sts/sts-core/pom.xml Modified: cxf/trunk/services/sts/sts-core/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/services/sts/sts-core/pom.xml?rev=1404870&r1=1404869&r2=1404870&view=diff ============================================================================== --- cxf/trunk/services/sts/sts-core/pom.xml (original) +++ cxf/trunk/services/sts/sts-core/pom.xml Fri Nov 2 04:17:49 2012 @@ -102,9 +102,9 @@ org.apache.cxf.sts.*;version=${project.version} - org.apache.cxf.sts.provider.*;version="[2.6,3)", + org.apache.cxf.sts.provider.*;version=${project.version}, !org.apache.cxf.sts.*, - org.apache.cxf.*;version="[2.6,3)", + org.apache.cxf.*;version=${project.version}, javax.xml.ws*;version="[0.0,3)", org.springframework.ldap*;resolution:=optional, *