You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/07/20 05:30:50 UTC

incubator-quarks git commit: add appservice

Repository: incubator-quarks
Updated Branches:
  refs/heads/master e8bc09c4c -> 41e2837dd


add appservice


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

Branch: refs/heads/master
Commit: 41e2837dd2b805d38c33bc7df266350d6f171ac7
Parents: e8bc09c
Author: Cazen Lee <ca...@apache.org>
Authored: Mon Jul 18 22:14:46 2016 +0900
Committer: Cazen Lee <ca...@apache.org>
Committed: Mon Jul 18 22:14:46 2016 +0900

----------------------------------------------------------------------
 providers/direct/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/41e2837d/providers/direct/build.gradle
----------------------------------------------------------------------
diff --git a/providers/direct/build.gradle b/providers/direct/build.gradle
index bf50af5..8ca7a45 100644
--- a/providers/direct/build.gradle
+++ b/providers/direct/build.gradle
@@ -19,6 +19,7 @@ dependencies {
   compile project(':runtime:jsoncontrol')
   compile ext_classpath
   testCompile project(':utils:metrics')
+  testCompile project(':runtime:appservice')
 }
 
 addCompileTestDependencies ':api:topology', ':utils:metrics', ':runtime:appservice'