From a65d02901947b183c3005f59ad09cad496c539a4 Mon Sep 17 00:00:00 2001 From: Damien Coraboeuf Date: Thu, 31 Jul 2014 10:29:21 +0200 Subject: [PATCH] #16 Correction of scope --- ontrack-extension-github/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ontrack-extension-github/build.gradle b/ontrack-extension-github/build.gradle index 830ed651ae1..b9e00eca8a0 100644 --- a/ontrack-extension-github/build.gradle +++ b/ontrack-extension-github/build.gradle @@ -1,4 +1,6 @@ dependencies { compile project(':ontrack-extension-git') compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' + + testCompile project(':ontrack-test-utils') } \ No newline at end of file