From commits-return-13345-archive-asf-public=cust-asf.ponee.io@poi.apache.org Tue Oct 20 16:04:25 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id C5221180642 for ; Tue, 20 Oct 2020 18:04:25 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 41095635DB for ; Tue, 20 Oct 2020 16:04:25 +0000 (UTC) Received: (qmail 21844 invoked by uid 500); 20 Oct 2020 16:04:24 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 21835 invoked by uid 99); 20 Oct 2020 16:04:24 -0000 Received: from Unknown (HELO svn01-us-east.apache.org) (13.90.137.153) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2020 16:04:24 +0000 Received: from svn01-us-east.apache.org (svn01-us-east.apache.org [127.0.0.1]) by svn01-us-east.apache.org (ASF Mail Server at svn01-us-east.apache.org) with ESMTP id 517CB17DAB1 for ; Tue, 20 Oct 2020 16:04:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1882705 - /poi/trunk/build.gradle Date: Tue, 20 Oct 2020 16:04:24 -0000 To: commits@poi.apache.org From: fanningpj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20201020160424.517CB17DAB1@svn01-us-east.apache.org> Author: fanningpj Date: Tue Oct 20 16:04:23 2020 New Revision: 1882705 URL: http://svn.apache.org/viewvc?rev=1882705&view=rev Log: xmlbeans jar location Modified: poi/trunk/build.gradle Modified: poi/trunk/build.gradle URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1882705&r1=1882704&r2=1882705&view=diff ============================================================================== --- poi/trunk/build.gradle (original) +++ poi/trunk/build.gradle Tue Oct 20 16:04:23 2020 @@ -315,9 +315,7 @@ project('examples') { compile project(':ooxml') compile project(':scratchpad') - // revert this back to a normal dependency after XMLBeans 4.0.0 is released - //compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" - compile urlFile('https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.0.jar', 'xmlbeans') + compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" compile files('../../build/dist/maven/ooxml-schemas/ooxml-schemas-1.5.jar') compile "org.apache.commons:commons-compress:${commonsCompressVersion}" @@ -364,9 +362,7 @@ project('integrationtest') { testCompile "junit:junit:${junitVersion}" - // revert this back to a normal dependency after XMLBeans 4.0.0 is released - //testCompile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" - testCompile urlFile('https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.0.jar', 'xmlbeans') + testCompile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" testCompile files('../../build/dist/maven/ooxml-schemas/ooxml-schemas-1.5.jar') testCompile files(this.project(':ooxml').sourceSets.test.runtimeClasspath) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org