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