You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by to...@apache.org on 2016/10/19 18:44:01 UTC

[2/8] incubator-iota git commit: Added the play dependency to the fey core

Added the play dependency to the fey core


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/ba8eb4d2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/ba8eb4d2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/ba8eb4d2

Branch: refs/heads/master
Commit: ba8eb4d2c12257bdaceaa2d3b3251d50c690398f
Parents: d2f10b7
Author: Shivansh <sh...@gmail.com>
Authored: Wed Sep 28 09:35:30 2016 +0530
Committer: Shivansh <sh...@gmail.com>
Committed: Wed Sep 28 09:35:30 2016 +0530

----------------------------------------------------------------------
 project/Build.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/ba8eb4d2/project/Build.scala
----------------------------------------------------------------------
diff --git a/project/Build.scala b/project/Build.scala
index 8bff270..4444c59 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) ++ test(akka_testkit, scala_test)
+                                            sprayRouting,jsonValidator,javaFilter,codec,apacheIO,playNetty) ++ 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)