From commits-return-45140-archive-asf-public=cust-asf.ponee.io@tomee.apache.org Wed Dec 12 17:02:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 253C2180676 for ; Wed, 12 Dec 2018 17:02:25 +0100 (CET) Received: (qmail 19857 invoked by uid 500); 12 Dec 2018 16:02:25 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 19820 invoked by uid 99); 12 Dec 2018 16:02:25 -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; Wed, 12 Dec 2018 16:02:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 24453E13B4; Wed, 12 Dec 2018 16:02:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jlmonteiro@apache.org To: commits@tomee.apache.org Date: Wed, 12 Dec 2018 16:02:27 -0000 Message-Id: <74eebfbbd93a4d9081a0f3c7f2153241@git.apache.org> In-Reply-To: <2bcf06a233f142489e0f350e041b9003@git.apache.org> References: <2bcf06a233f142489e0f350e041b9003@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/11] tomee git commit: remove unnecesary dependencies remove unnecesary dependencies Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/286306a5 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/286306a5 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/286306a5 Branch: refs/heads/master Commit: 286306a5fbc9a611f66f421a82b35d1cde0a34f4 Parents: 5f0f577 Author: CesarHernandezGt Authored: Tue Dec 4 22:22:49 2018 -0600 Committer: CesarHernandezGt Committed: Tue Dec 4 22:22:49 2018 -0600 ---------------------------------------------------------------------- examples/mp-rest-jwt/pom.xml | 41 --------------------------------------- 1 file changed, 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/286306a5/examples/mp-rest-jwt/pom.xml ---------------------------------------------------------------------- diff --git a/examples/mp-rest-jwt/pom.xml b/examples/mp-rest-jwt/pom.xml index 4169178..ea8319d 100644 --- a/examples/mp-rest-jwt/pom.xml +++ b/examples/mp-rest-jwt/pom.xml @@ -170,47 +170,6 @@ ${tomee.version} test - - - org.webjars - backbonejs - 1.0.0 - - - org.webjars - bootstrap - 3.1.0 - - - org.webjars - handlebars - 1.2.1 - - - org.webjars - jquery - 2.1.0-1 - - - org.webjars - json2 - 20110223 - - - org.webjars - less - 1.6.0-1 - - - org.webjars - requirejs - 2.1.10 - - - org.webjars - requirejs-text - 2.0.10 -