You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by hu...@apache.org on 2018/07/10 16:51:49 UTC

incubator-gobblin git commit: [GOBBLIN-529] Add missing test dependency to gobblin-data-management

Repository: incubator-gobblin
Updated Branches:
  refs/heads/master e92e5f8a0 -> be075c629


[GOBBLIN-529] Add missing test dependency to gobblin-data-management

Closes #2394 from
htran1/test_dependency_gobblin_crypto


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

Branch: refs/heads/master
Commit: be075c6297af0001ec29fecf76ef354eef755a1a
Parents: e92e5f8
Author: Hung Tran <hu...@linkedin.com>
Authored: Tue Jul 10 09:51:44 2018 -0700
Committer: Hung Tran <hu...@linkedin.com>
Committed: Tue Jul 10 09:51:44 2018 -0700

----------------------------------------------------------------------
 gobblin-data-management/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/be075c62/gobblin-data-management/build.gradle
----------------------------------------------------------------------
diff --git a/gobblin-data-management/build.gradle b/gobblin-data-management/build.gradle
index f6cacac..4182c3a 100644
--- a/gobblin-data-management/build.gradle
+++ b/gobblin-data-management/build.gradle
@@ -59,6 +59,7 @@ dependencies {
 
   testRuntime project(":gobblin-modules:gobblin-crypto-provider") // for GPG
   testCompile project(":gobblin-modules:gobblin-crypto") // for GPG
+  testCompile project(path: ":gobblin-modules:gobblin-crypto", configuration: "tests")
 }
 
 task testJar(type: Jar, dependsOn: testClasses) {