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 8CC43200B64 for ; Mon, 18 Jul 2016 22:43:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8B6FC160A5D; Mon, 18 Jul 2016 20:43:28 +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 DB3AD160A65 for ; Mon, 18 Jul 2016 22:43:27 +0200 (CEST) Received: (qmail 24625 invoked by uid 500); 18 Jul 2016 20:43:27 -0000 Mailing-List: contact commits-help@iota.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@iota.incubator.apache.org Delivered-To: mailing list commits@iota.incubator.apache.org Received: (qmail 24609 invoked by uid 99); 18 Jul 2016 20:43:27 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2016 20:43:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 941A11A7EA5 for ; Mon, 18 Jul 2016 20:43:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id koI0abHNnujE for ; Mon, 18 Jul 2016 20:43:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 44B355FD50 for ; Mon, 18 Jul 2016 20:43:25 +0000 (UTC) Received: (qmail 24504 invoked by uid 99); 18 Jul 2016 20:43:24 -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; Mon, 18 Jul 2016 20:43:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E3F9DFAF5; Mon, 18 Jul 2016 20:43:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tonyfaustini@apache.org To: commits@iota.incubator.apache.org Date: Mon, 18 Jul 2016 20:43:24 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/12] incubator-iota git commit: Adding test dependencies archived-at: Mon, 18 Jul 2016 20:43:28 -0000 Repository: incubator-iota Updated Branches: refs/heads/master ae1e9461f -> b7dd7961e Adding test dependencies Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/7203d6d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/7203d6d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/7203d6d5 Branch: refs/heads/master Commit: 7203d6d5aaa287dfbadfb776019fcb89a62e17d4 Parents: ae1e946 Author: Barbara Gomes Authored: Thu Jul 14 19:34:05 2016 -0700 Committer: Barbara Gomes Committed: Thu Jul 14 19:34:05 2016 -0700 ---------------------------------------------------------------------- project/Build.scala | 2 +- project/Dependencies.scala | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/7203d6d5/project/Build.scala ---------------------------------------------------------------------- diff --git a/project/Build.scala b/project/Build.scala index 3dc2706..8bff270 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -22,7 +22,7 @@ object ModuleDependencies { import Dependencies._ val FeyDependencies = compile(akka_actor,typesafe_config,playJson,slf4j,log4jbind,sprayCan, - sprayRouting,jsonValidator,javaFilter,codec,apacheIO) + sprayRouting,jsonValidator,javaFilter,codec,apacheIO) ++ test(akka_testkit, scala_test) val StreamDependencies = provided(akka_actor, fey) val ZMQDependencies = provided(akka_actor, fey) ++ compile(zmq) val VirtualSensorDependencies = provided(akka_actor, fey) ++ compile(math3) http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/7203d6d5/project/Dependencies.scala ---------------------------------------------------------------------- diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e46381f..49c9e3d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -44,5 +44,8 @@ object Dependencies { val sprayCan = "io.spray" %% "spray-can" % "1.3.3" val sprayRouting = "io.spray" %% "spray-routing" % "1.3.3" + //Tests + val akka_testkit = "com.typesafe.akka" %% "akka-testkit" % "2.4.2" + val scala_test = "org.scalatest" %% "scalatest" % "3.0.0-RC4" }