Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC5C2110DA for ; Sun, 6 Apr 2014 15:18:52 +0000 (UTC) Received: (qmail 63682 invoked by uid 500); 6 Apr 2014 15:18:20 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 63304 invoked by uid 500); 6 Apr 2014 15:16:03 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 63282 invoked by uid 99); 6 Apr 2014 15:15:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2014 15:15:53 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dsevans93@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Apr 2014 15:15:42 +0000 Received: by mail-wi0-f175.google.com with SMTP id cc10so3758321wib.2 for ; Sun, 06 Apr 2014 08:15:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=YMGMmY2XdcG5YzHSl1XXp4bOQDOcsr1Sy9ytW5Fxpsg=; b=MGOhYBFKCN2AzQny6QjLGsShm2pDm9uaGhpYwMXkBIGaOKNo+AmHQUJmJyVYTiBarI uOnYxVig2wMK5HulOVtdIO3TiftjxL19todzR/ICMTsMAhsuPKM82l09/AU6y+GTcz5U b1yzzHR9X/Iav7aMHNLts9TmTP4z/A+IgMMRsgjkeIfhkoOA6c+QHTJdiHpN87MFs888 deGJLnDIV8GGFwp+PtdZdHpwz8BNHhWsIUf311pPmyitsmRY7QPUFB8lGJpCrTTJZHf3 qF9Oif9ftgQFk/BS5b+tmjPzTfG9x9f3pDkRg0UADagoEh8QmlDdYz7aCTftKKf/VZN/ ixSQ== MIME-Version: 1.0 X-Received: by 10.194.21.193 with SMTP id x1mr35603182wje.33.1396797320546; Sun, 06 Apr 2014 08:15:20 -0700 (PDT) Received: by 10.14.115.70 with HTTP; Sun, 6 Apr 2014 08:15:20 -0700 (PDT) In-Reply-To: References: <1389001442.2482.11.camel@itcd001> Date: Sun, 6 Apr 2014 08:15:20 -0700 Message-ID: Subject: Re: minimal set of jar files for struts 2.3 From: Dave Evans To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=047d7b5d56101d4e2004f6613862 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d56101d4e2004f6613862 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable For people who may arrive here via a search, the list of required jars for a minimal struts app ends up being this: asm-3.3.jar asm-commons-3.3.jar commons-fileupload-1.3.1.jar commons-io-2.2.jar commons-lang3-3.1.jar freemarker-2.3.19.jar ognl-3.0.6.jar struts2-core-2.3.16.1.jar xwork-core-2.3.16.1.jar A minimal example application is available in the full distribution download, and is in the /apps/struts2-blank.war file. It adds the following files to the /lib directory. asm-tree-3.3.jar commons-logging-1.1.3.jar log4j-1.2.17.jar javassist-3.11.0.GA.jar On Mon, Jan 6, 2014 at 11:30 PM, Lukasz Lenart wro= te: > 2014/1/6 Miguel Almeida : > > Lukasz, > > > > Incidentally, is this list compiled by hand or is it built automaticall= y > > using a (which?) maven plugin? > > By Maven, I think it's a part of maven reports -> > http://maven.apache.org/plugins/maven-project-info-reports-plugin/ > > > Regards > -- > =C5=81ukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --047d7b5d56101d4e2004f6613862--