Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 77BC610C89 for ; Wed, 5 Mar 2014 08:06:27 +0000 (UTC) Received: (qmail 23801 invoked by uid 500); 5 Mar 2014 08:06:27 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 23772 invoked by uid 500); 5 Mar 2014 08:06:26 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 23761 invoked by uid 99); 5 Mar 2014 08:06:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 08:06:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E781E936AD2; Wed, 5 Mar 2014 08:06:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: animesh@apache.org To: commits@cloudstack.apache.org Date: Wed, 05 Mar 2014 08:06:26 -0000 Message-Id: In-Reply-To: <5e03bf3f4cc347ca9232dbc825fabd2b@git.apache.org> References: <5e03bf3f4cc347ca9232dbc825fabd2b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/4.3 to 870c01e Fix jetty:run startup to include the mysql driver as a dependency for developers (cherry picked from commit 24dcf2948c2d4cdd98fcda0f766d82f40eee8be1) Signed-off-by: Animesh Chaturvedi Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/870c01e2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/870c01e2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/870c01e2 Branch: refs/heads/4.3 Commit: 870c01e2f04ba86846b7182ba82433ffc1940d41 Parents: 2371127 Author: Hugo Trippaers Authored: Tue Feb 25 12:13:29 2014 +0100 Committer: Animesh Chaturvedi Committed: Tue Mar 4 23:56:13 2014 -0800 ---------------------------------------------------------------------- client/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/870c01e2/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 1d9f03e..745c1d9 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -345,6 +345,14 @@ org.mortbay.jetty maven-jetty-plugin 6.1.26 + + + + mysql + mysql-connector-java + ${cs.mysql.version} + + 0 9966