From user-return-23261-archive-asf-public=cust-asf.ponee.io@poi.apache.org Sun Nov 25 13:40:20 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7F40F180674 for ; Sun, 25 Nov 2018 13:40:20 +0100 (CET) Received: (qmail 55377 invoked by uid 500); 25 Nov 2018 12:40:19 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 55366 invoked by uid 99); 25 Nov 2018 12:40:19 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2018 12:40:19 +0000 Received: from [192.168.178.39] (p57940586.dip0.t-ipconnect.de [87.148.5.134]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id 65F7D2638 for ; Sun, 25 Nov 2018 12:40:18 +0000 (UTC) Subject: Re: Classpath issues with 4.0.0 To: user@poi.apache.org References: From: Andreas Beeker Message-ID: <9aa7b7f7-964c-1806-18a9-55d591eb586a@apache.org> Date: Sun, 25 Nov 2018 13:40:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Hi David, this will be fixed be 4.0.1 - specifically this was fixed by #62742 (https://bz.apache.org/bugzilla/show_bug.cgi?id=62742) Please add Commons Compress 1.18 (or higher) to your classpath. https://search.maven.org/artifact/org.apache.commons/commons-compress/1.18/jar > The way my software attempts to embed the POI libraries is: ... The collection seems to be ok, but you don't need the poi-examples-4.0.0.jar and probably also not the poi-excelant-4.0.0.jar. Have a look at http://poi.apache.org/components/index.html#components for more infos. Have you thought about using a package manager like maven or gradle? ... I would then try to add the dependency to poi-ooxml and if it fails for your usecase another to poi-scratchpad > so I am guessing there was some rearchitecting of dependencies Yes, hence also the version jump from 3.x to 4.x Andi --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org