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 6439E10D06 for ; Wed, 4 Feb 2015 11:58:19 +0000 (UTC) Received: (qmail 98570 invoked by uid 500); 4 Feb 2015 11:58:20 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 98523 invoked by uid 500); 4 Feb 2015 11:58:20 -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 98505 invoked by uid 99); 4 Feb 2015 11:58:20 -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, 04 Feb 2015 11:58:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9B8EE01D9; Wed, 4 Feb 2015 11:58:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@directory.apache.org Message-Id: <3a36b392f38d4072bfd634080127bc52@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-kerberos git commit: Updating some dependencies Date: Wed, 4 Feb 2015 11:58:19 +0000 (UTC) Repository: directory-kerberos Updated Branches: refs/heads/master 8423c04de -> 82a472f30 Updating some dependencies Project: http://git-wip-us.apache.org/repos/asf/directory-kerberos/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-kerberos/commit/82a472f3 Tree: http://git-wip-us.apache.org/repos/asf/directory-kerberos/tree/82a472f3 Diff: http://git-wip-us.apache.org/repos/asf/directory-kerberos/diff/82a472f3 Branch: refs/heads/master Commit: 82a472f3043bad6e5a1f3e6c22e8187198faceb2 Parents: 8423c04 Author: Colm O hEigeartaigh Authored: Wed Feb 4 11:57:34 2015 +0000 Committer: Colm O hEigeartaigh Committed: Wed Feb 4 11:57:34 2015 +0000 ---------------------------------------------------------------------- benchmark/pom.xml | 19 ++++++++++++------- lib/kerby-token/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-kerberos/blob/82a472f3/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index aa81e51..5d112ea 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -26,6 +26,11 @@ Kerby benchmark Kerby benchmark tests + + 2.0.0-M19 + 1.0.0-M28 + + org.apache.kerby @@ -40,7 +45,7 @@ org.apache.directory.server apacheds-core-api - 2.0.0-M15 + ${apache.ds.version} compile @@ -52,7 +57,7 @@ org.apache.directory.server apacheds-interceptor-kerberos - 2.0.0-M15 + ${apache.ds.version} compile @@ -64,13 +69,13 @@ org.apache.directory.server apacheds-protocol-shared - 2.0.0-M15 + ${apache.ds.version} compile org.apache.directory.server apacheds-protocol-kerberos - 2.0.0-M15 + ${apache.ds.version} compile @@ -78,7 +83,7 @@ org.apache.directory.server apacheds-ldif-partition - 2.0.0-M15 + ${apache.ds.version} compile @@ -90,7 +95,7 @@ org.apache.directory.server apacheds-mavibot-partition - 2.0.0-M15 + ${apache.ds.version} compile @@ -102,7 +107,7 @@ org.apache.directory.api api-all - 1.0.0-M20 + ${apache.ds.api.version} compile http://git-wip-us.apache.org/repos/asf/directory-kerberos/blob/82a472f3/lib/kerby-token/pom.xml ---------------------------------------------------------------------- diff --git a/lib/kerby-token/pom.xml b/lib/kerby-token/pom.xml index 60a8dfd..a018130 100644 --- a/lib/kerby-token/pom.xml +++ b/lib/kerby-token/pom.xml @@ -32,7 +32,7 @@ com.nimbusds nimbus-jose-jwt - 3.2 + 3.8.2 org.apache.kerby http://git-wip-us.apache.org/repos/asf/directory-kerberos/blob/82a472f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c48f2e5..ab19a89 100644 --- a/pom.xml +++ b/pom.xml @@ -49,10 +49,10 @@ - test junit junit ${junit.version} + test