Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 50558 invoked from network); 10 Dec 2010 02:39:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Dec 2010 02:39:01 -0000 Received: (qmail 28608 invoked by uid 500); 10 Dec 2010 02:39:01 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 28303 invoked by uid 500); 10 Dec 2010 02:39:00 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 28288 invoked by uid 99); 10 Dec 2010 02:39:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 02:39:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of willem.jiang@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-px0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 02:38:55 +0000 Received: by pxi20 with SMTP id 20so1032677pxi.38 for ; Thu, 09 Dec 2010 18:38:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=PA14y6w2117nufd6XOc7e9hQpJKuKFkbkrA81hnsFlU=; b=l4nnT3begSK4AyJGBr00aHunRXmvK0gZCiZv3j69P/H6bW/S3vqlabFUMY2wsylTaQ dsQqqKTcFvWC77YJEXtGUf/MWlrmTMbbnHgC49HVhyNzrNSHZHoSCLjIj24GQUJb7NVM iqaj52eCd5FlqXiP48sMu8FuTyw48UTK1msdI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=CwMQ25ddsUtSj/MM31seBdJCqA8T4lz9gPQajz8kwpUJrA9nKwcfNobJOo6FJz9bCP kXYxI6r70Pnr6+ptH8lBTiMd4C5xjTTtiotf8tBC+acaWFL002XJ4qo7os6q7KTX3LR3 YmfdYeqocHjt4AL6N4X5bkYin4K8P2p/9uubs= Received: by 10.142.144.7 with SMTP id r7mr89781wfd.258.1291948714757; Thu, 09 Dec 2010 18:38:34 -0800 (PST) Received: from [192.168.0.158] ([125.34.8.138]) by mx.google.com with ESMTPS id e14sm3312175wfg.20.2010.12.09.18.38.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 18:38:33 -0800 (PST) Message-ID: <4D0192A5.9020204@gmail.com> Date: Fri, 10 Dec 2010 10:38:29 +0800 From: Willem Jiang User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: dev@cxf.apache.org Subject: Re: svn commit: r1043954 - /cxf/trunk/pom.xml References: <20101209130454.B490C2388A2C@eris.apache.org> <201012090946.33370.dkulp@apache.org> In-Reply-To: <201012090946.33370.dkulp@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Dan, I will try to work with sonatype to get jaxb 2.2.2 into the central repo today, then I will revert the change as you suggested. Willem On 12/9/10 10:46 PM, Daniel Kulp wrote: > > I'm -1 to this. > > If the deps are not in central, we should not be depending on it. If we > want to upgrade to newer versions of things, we need to make sure we either > work with the projects to get their stuff at central or submit the stuff to > sonatype to get them to central. > > Dan > > > On Thursday 09 December 2010 8:04:54 am ningjiang@apache.org wrote: >> Author: ningjiang >> Date: Thu Dec 9 13:04:54 2010 >> New Revision: 1043954 >> >> URL: http://svn.apache.org/viewvc?rev=1043954&view=rev >> Log: >> CXF-3177 Added the java.net maven repo into the pom >> >> Modified: >> cxf/trunk/pom.xml >> >> Modified: cxf/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1043954&r1=1043953&r2=1 >> 043954&view=diff >> ========================================================================== >> ==== --- cxf/trunk/pom.xml (original) >> +++ cxf/trunk/pom.xml Thu Dec 9 13:04:54 2010 >> @@ -76,6 +76,17 @@ >> false >> >> >> + >> +java.net >> +http://download.java.net/maven/2/ >> +Java Net Maven Repo >> + >> +false >> + >> + >> +true >> + >> + >> >> >> >> @@ -88,6 +99,17 @@ >> false >> >> >> + >> +java.net >> +http://download.java.net/maven/2/ >> +Java Net Maven Repo >> + >> +false >> + >> + >> +true >> + >> + >> >> >> 2006 > -- Willem ---------------------------------- FuseSource Web: http://www.fusesource.com Blog: http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang