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 35F0B200BF2 for ; Mon, 2 Jan 2017 10:52:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 347C7160B30; Mon, 2 Jan 2017 09:52:53 +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 58F89160B21 for ; Mon, 2 Jan 2017 10:52:52 +0100 (CET) Received: (qmail 32883 invoked by uid 500); 2 Jan 2017 09:52:51 -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 32874 invoked by uid 99); 2 Jan 2017 09:52:51 -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; Mon, 02 Jan 2017 09:52:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 69BA2DFB7D; Mon, 2 Jan 2017 09:52:51 +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: <600a99cd97cf4dccb9807b51fbf349fc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: struts-examples git commit: Cleans up dependencies Date: Mon, 2 Jan 2017 09:52:51 +0000 (UTC) archived-at: Mon, 02 Jan 2017 09:52:53 -0000 Repository: struts-examples Updated Branches: refs/heads/master 06ddc54a6 -> bf1f646fd Cleans up 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/bf1f646f Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/bf1f646f Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/bf1f646f Branch: refs/heads/master Commit: bf1f646fda096b2f21a27023164f949f824a07a2 Parents: 06ddc54 Author: Lukasz Lenart Authored: Mon Jan 2 10:52:43 2017 +0100 Committer: Lukasz Lenart Committed: Mon Jan 2 10:52:43 2017 +0100 ---------------------------------------------------------------------- blank/pom.xml | 6 ------ json/pom.xml | 6 ------ pom.xml | 1 + rest-angular/pom.xml | 16 ---------------- type-conversion/pom.xml | 6 ------ unknown-handler/pom.xml | 6 ------ wildcard-regex/pom.xml | 24 ------------------------ 7 files changed, 1 insertion(+), 64 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bf1f646f/blank/pom.xml ---------------------------------------------------------------------- diff --git a/blank/pom.xml b/blank/pom.xml index c1714f7..d1f4acf 100644 --- a/blank/pom.xml +++ b/blank/pom.xml @@ -36,12 +36,6 @@ - org.apache.struts - struts2-core - ${struts2.version} - - - javax.servlet javax.servlet-api 3.1.0 http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bf1f646f/json/pom.xml ---------------------------------------------------------------------- diff --git a/json/pom.xml b/json/pom.xml index d217480..872939e 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -22,12 +22,6 @@ org.apache.struts - struts2-core - ${struts2.version} - - - - org.apache.struts struts2-config-browser-plugin ${struts2.version} http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bf1f646f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9232e41..8d3b790 100644 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.10.4 -Xdoclint:none http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bf1f646f/rest-angular/pom.xml ---------------------------------------------------------------------- diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml index c000776..e5f5edc 100644 --- a/rest-angular/pom.xml +++ b/rest-angular/pom.xml @@ -22,22 +22,6 @@ org.apache.struts - struts2-core - ${struts2.version} - - - asm - asm - - - asm-commons - asm - - - - - - org.apache.struts struts2-convention-plugin ${struts2.version} http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bf1f646f/type-conversion/pom.xml ---------------------------------------------------------------------- diff --git a/type-conversion/pom.xml b/type-conversion/pom.xml index 8939ee2..7b862ee 100644 --- a/type-conversion/pom.xml +++ b/type-conversion/pom.xml @@ -20,12 +20,6 @@ - org.apache.struts - struts2-core - ${struts2.version} - - - javax.servlet servlet-api 2.4 http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bf1f646f/unknown-handler/pom.xml ---------------------------------------------------------------------- diff --git a/unknown-handler/pom.xml b/unknown-handler/pom.xml index 2a9ba28..07ce7be 100644 --- a/unknown-handler/pom.xml +++ b/unknown-handler/pom.xml @@ -22,12 +22,6 @@ org.apache.struts - struts2-core - ${struts2.version} - - - - org.apache.struts struts2-convention-plugin ${struts2.version} http://git-wip-us.apache.org/repos/asf/struts-examples/blob/bf1f646f/wildcard-regex/pom.xml ---------------------------------------------------------------------- diff --git a/wildcard-regex/pom.xml b/wildcard-regex/pom.xml index 794fd21..62a7fb7 100644 --- a/wildcard-regex/pom.xml +++ b/wildcard-regex/pom.xml @@ -18,30 +18,6 @@ UTF-8 - - - - org.apache.struts - struts2-core - ${struts2.version} - - - - javax.servlet - servlet-api - 2.4 - provided - - - - javax.servlet - jsp-api - 2.0 - provided - - - -