Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 11473 invoked from network); 12 Oct 2006 15:04:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 15:04:11 -0000 Received: (qmail 70793 invoked by uid 500); 12 Oct 2006 15:04:10 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 70740 invoked by uid 500); 12 Oct 2006 15:04:10 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 70731 invoked by uid 99); 12 Oct 2006 15:04:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 08:04:09 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 08:04:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EC9B41A981A; Thu, 12 Oct 2006 08:03:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r463267 - in /incubator/cxf/trunk: common/common/pom.xml rt/databinding/jaxb/pom.xml Date: Thu, 12 Oct 2006 15:03:48 -0000 To: cxf-commits@incubator.apache.org From: dandiep@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061012150348.EC9B41A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dandiep Date: Thu Oct 12 08:03:45 2006 New Revision: 463267 URL: http://svn.apache.org/viewvc?view=rev&rev=463267 Log: Move jaxb pom requirement to the jaxb module and leave the common with a test scope. Modified: incubator/cxf/trunk/common/common/pom.xml incubator/cxf/trunk/rt/databinding/jaxb/pom.xml Modified: incubator/cxf/trunk/common/common/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?view=diff&rev=463267&r1=463266&r2=463267 ============================================================================== --- incubator/cxf/trunk/common/common/pom.xml (original) +++ incubator/cxf/trunk/common/common/pom.xml Thu Oct 12 08:03:45 2006 @@ -95,10 +95,12 @@ com.sun.xml.bind jaxb-impl + test com.sun.xml.bind jaxb-xjc + test Modified: incubator/cxf/trunk/rt/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/pom.xml?view=diff&rev=463267&r1=463266&r2=463267 ============================================================================== --- incubator/cxf/trunk/rt/databinding/jaxb/pom.xml (original) +++ incubator/cxf/trunk/rt/databinding/jaxb/pom.xml Thu Oct 12 08:03:45 2006 @@ -102,6 +102,15 @@ woodstox wstx-asl + + + com.sun.xml.bind + jaxb-impl + + + com.sun.xml.bind + jaxb-xjc +