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 42BBF200B4B for ; Thu, 7 Jul 2016 04:54:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4150D160A73; Thu, 7 Jul 2016 02:54:10 +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 882F2160A64 for ; Thu, 7 Jul 2016 04:54:09 +0200 (CEST) Received: (qmail 76677 invoked by uid 500); 7 Jul 2016 02:54:08 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 76668 invoked by uid 99); 7 Jul 2016 02:54:08 -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, 07 Jul 2016 02:54:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9D980E0B66; Thu, 7 Jul 2016 02:54:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johndament@apache.org To: commits@deltaspike.apache.org Message-Id: <527f0c39fd06427bbbd93830debdb8f2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: deltaspike git commit: DELTASPIKE-1181 Added a reference embedded profile as well. Minor fix on the managed profile Date: Thu, 7 Jul 2016 02:54:08 +0000 (UTC) archived-at: Thu, 07 Jul 2016 02:54:10 -0000 Repository: deltaspike Updated Branches: refs/heads/master b9bc748e7 -> db211f60c DELTASPIKE-1181 Added a reference embedded profile as well. Minor fix on the managed profile Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/db211f60 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/db211f60 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/db211f60 Branch: refs/heads/master Commit: db211f60c0fd5c610818c25a3cf99df30ae9ce95 Parents: b9bc748 Author: John D. Ament Authored: Wed Jul 6 22:54:04 2016 -0400 Committer: John D. Ament Committed: Wed Jul 6 22:54:04 2016 -0400 ---------------------------------------------------------------------- deltaspike/parent/code/pom.xml | 60 ++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/db211f60/deltaspike/parent/code/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index 38f82cd..2df386c 100644 --- a/deltaspike/parent/code/pom.xml +++ b/deltaspike/parent/code/pom.xml @@ -1732,7 +1732,65 @@ + + payara-embedded-4 + + payara-${payara.version} + + + + + javax.enterprise + cdi-api + 1.2 + provided + + + javax.inject + javax.inject + 1 + provided + + + + fish.payara.extras + payara-embedded-all + ${payara.version} + test + + + + org.jboss.arquillian.container + arquillian-glassfish-embedded-3.1 + 1.0.0.CR4 + test + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + glassfish-build-managed-4 + UnitTest + ${cdicontainer.version} + + + + org.apache.deltaspike.test.category.SeCategory + + + + + +