Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D26981725F for ; Thu, 3 Mar 2016 02:01:40 +0000 (UTC) Received: (qmail 58882 invoked by uid 500); 3 Mar 2016 02:01:40 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 58834 invoked by uid 500); 3 Mar 2016 02:01:40 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 58825 invoked by uid 99); 3 Mar 2016 02:01:40 -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, 03 Mar 2016 02:01:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 63E2FE083B; Thu, 3 Mar 2016 02:01:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-core git commit: add this dependency to fix logging error: org.slf4j slf4j-simple Date: Thu, 3 Mar 2016 02:01:40 +0000 (UTC) Repository: directory-fortress-core Updated Branches: refs/heads/master 5c21848c5 -> f7dab49c6 add this dependency to fix logging error: org.slf4j slf4j-simple Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/f7dab49c Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/f7dab49c Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/f7dab49c Branch: refs/heads/master Commit: f7dab49c64c5dd5728bd0687f3769722b1c23115 Parents: 5c21848 Author: Shawn McKinney Authored: Wed Mar 2 20:01:31 2016 -0600 Committer: Shawn McKinney Committed: Wed Mar 2 20:01:31 2016 -0600 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/f7dab49c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6d1eef..9b8c666 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,8 @@ fortress-core jar Apache Fortress Core - 1.0-RC42-SNAPSHOT + 1.0-RC43-SNAPSHOT + 2007 Apache Fortress is a standards-based Identity and Access Management SDK that implements ANSI RBAC INCITS 359. @@ -252,6 +253,12 @@ + org.slf4j + slf4j-simple + ${version.slf4j.api} + + + org.apache.directory.server apacheds-core ${version.apacheds} @@ -683,6 +690,7 @@ + @@ -752,6 +760,7 @@ + @@ -814,6 +823,7 @@ + @@ -866,7 +876,7 @@ log4j log4j - ${version.log4j} + ${`} org.apache.directory.fortress