Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CCD51853E for ; Sun, 22 Nov 2015 12:56:28 +0000 (UTC) Received: (qmail 84494 invoked by uid 500); 22 Nov 2015 12:56:28 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 84446 invoked by uid 500); 22 Nov 2015 12:56:28 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 84434 invoked by uid 99); 22 Nov 2015 12:56:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Nov 2015 12:56:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9D68DFFB6; Sun, 22 Nov 2015 12:56:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Message-Id: <001eef2ddf9a4346861e0e7939283024@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: struts git commit: WW-4570 Drops ASM from minimal set of Jars Date: Sun, 22 Nov 2015 12:56:27 +0000 (UTC) Repository: struts Updated Branches: refs/heads/support-2-3 b4a18d07e -> 90dbf54bf WW-4570 Drops ASM from minimal set of Jars Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/90dbf54b Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/90dbf54b Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/90dbf54b Branch: refs/heads/support-2-3 Commit: 90dbf54bf49df2701d106d5f4813e0914ec13283 Parents: b4a18d0 Author: Lukasz Lenart Authored: Sun Nov 22 13:52:19 2015 +0100 Committer: Lukasz Lenart Committed: Sun Nov 22 13:52:19 2015 +0100 ---------------------------------------------------------------------- assembly/pom.xml | 15 --------------- assembly/src/main/assembly/min-lib.xml | 3 --- 2 files changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/90dbf54b/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 8dab81b..c288fee 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -298,21 +298,6 @@ struts2-osgi-demo-bundle - - org.ow2.asm - asm - - - - org.ow2.asm - asm-commons - - - - asm - asm - - http://git-wip-us.apache.org/repos/asf/struts/blob/90dbf54b/assembly/src/main/assembly/min-lib.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/assembly/min-lib.xml b/assembly/src/main/assembly/min-lib.xml index e57154d..68075f6 100644 --- a/assembly/src/main/assembly/min-lib.xml +++ b/assembly/src/main/assembly/min-lib.xml @@ -39,9 +39,6 @@ org.apache.struts:struts2-core org.freemarker:freemarker org.apache.commons:commons-lang3 - org.ow2.asm:asm - org.ow2.asm:asm-commons - org.ow2.asm:asm-tree ognl:ognl javassist:javassist commons-fileupload:commons-fileupload