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 A9281200B44 for ; Thu, 14 Jul 2016 11:49:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A7B64160A89; Thu, 14 Jul 2016 09:49:59 +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 F03B5160A52 for ; Thu, 14 Jul 2016 11:49:58 +0200 (CEST) Received: (qmail 38590 invoked by uid 500); 14 Jul 2016 09:49:58 -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 38568 invoked by uid 99); 14 Jul 2016 09:49:58 -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; Thu, 14 Jul 2016 09:49:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 018F7E383A; Thu, 14 Jul 2016 09:49:58 +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: Thu, 14 Jul 2016 09:49:57 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/6] struts-examples git commit: Adds missing dependencies archived-at: Thu, 14 Jul 2016 09:49:59 -0000 Repository: struts-examples Updated Branches: refs/heads/master f59d7baa2 -> 62a6110bf Adds missing dependencies Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/4a7216c3 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/4a7216c3 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/4a7216c3 Branch: refs/heads/master Commit: 4a7216c3c8aac6baa7836841b7fec38a1efb6196 Parents: f59d7ba Author: Lukasz Lenart Authored: Sat Jun 18 09:13:37 2016 +0200 Committer: Lukasz Lenart Committed: Sat Jun 18 09:13:37 2016 +0200 ---------------------------------------------------------------------- blank/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/4a7216c3/blank/pom.xml ---------------------------------------------------------------------- diff --git a/blank/pom.xml b/blank/pom.xml index 2cd237b..25c9927 100644 --- a/blank/pom.xml +++ b/blank/pom.xml @@ -36,6 +36,12 @@ + org.apache.struts + struts2-core + ${struts2.version} + + + javax.servlet javax.servlet-api 3.1.0 @@ -50,6 +56,17 @@ + org.apache.logging.log4j + log4j-api + ${log4j2.version} + + + org.apache.logging.log4j + log4j-core + ${log4j2.version} + + + org.apache.struts struts2-junit-plugin ${struts2.version}