Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 586EB200CCC for ; Fri, 7 Jul 2017 08:15:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 53E80167AA9; Fri, 7 Jul 2017 06:15:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A38D1167ABD for ; Fri, 7 Jul 2017 08:15:15 +0200 (CEST) Received: (qmail 52414 invoked by uid 500); 7 Jul 2017 06:15:14 -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 51876 invoked by uid 99); 7 Jul 2017 06:15:14 -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; Fri, 07 Jul 2017 06:15:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 534ECF3254; Fri, 7 Jul 2017 06:15:12 +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 Date: Fri, 07 Jul 2017 06:15:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/7] struts-examples git commit: Modifications for integrating with 'struts-examples' parent pom.xml file archived-at: Fri, 07 Jul 2017 06:15:16 -0000 Modifications for integrating with 'struts-examples' parent pom.xml file Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/d5420bb2 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/d5420bb2 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/d5420bb2 Branch: refs/heads/master Commit: d5420bb2e729d6fa33a119dbbb7cd19d1c7b8e1b Parents: ade34f2 Author: tkofford Authored: Thu Jul 6 08:36:58 2017 -0500 Committer: tkofford Committed: Thu Jul 6 08:36:58 2017 -0500 ---------------------------------------------------------------------- shiro-basic/pom.xml | 40 ++++++++++++++-------------------------- 1 file changed, 14 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/d5420bb2/shiro-basic/pom.xml ---------------------------------------------------------------------- diff --git a/shiro-basic/pom.xml b/shiro-basic/pom.xml index 3dfe907..3b716d1 100644 --- a/shiro-basic/pom.xml +++ b/shiro-basic/pom.xml @@ -1,22 +1,27 @@ 4.0.0 - struts2shiro - struts2shiro - 1.0.0 - war + + org.apache.struts + struts-examples + 1.0.0 + + + shiro-basic + + Struts2 with Basic Shiro Security Integration + war + - UTF-8 1.3.2 - 2.5.10.1 org.apache.struts struts2-core - ${struts.version} + ${struts2.version} @@ -33,12 +38,12 @@ org.apache.logging.log4j log4j-api - 2.8.2 + ${log4j2.version} org.apache.logging.log4j log4j-core - 2.8.2 + ${log4j2.version} @@ -57,23 +62,6 @@ - - - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - - - maven-war-plugin - 2.4 - - false - - - ${project.artifactId} \ No newline at end of file