Repository: incubator-myriad
Updated Branches:
  refs/heads/master bcf277843 -> 9c03f6a0b


MYRIAD-181 Build failure due to dependency on zookeeper test jar


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

Branch: refs/heads/master
Commit: 25849b2b96c23c52376139782fc623d24c74179a
Parents: 44d73d0
Author: Zachary Jaffee <z...@case.edu>
Authored: Thu Feb 18 22:09:50 2016 -0800
Committer: Zachary Jaffee <z...@case.edu>
Committed: Thu Feb 18 22:16:04 2016 -0800

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/25849b2b/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 807d117..7e57403 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,8 +67,8 @@ subprojects {
     }
 
     repositories {
-        mavenLocal()
         mavenCentral()
+        mavenLocal()
     }
 
     dependencies {
@@ -78,7 +78,7 @@ subprojects {
         compile "org.apache.mesos:mesos:${mesosVer}"
         compile 'com.google.code.gson:gson:2.3.1'        // marshalling 
between the scheduler and executor
 
-
+        testCompile 'org.apache.zookeeper:zookeeper:3.4.6' // to resolve 
temporary mavenlocal issue
         testCompile 'junit:junit:4.12'
         testCompile 'commons-collections:commons-collections:3.2.1'
     }

Reply via email to