Skip to content

Commit

Permalink
added the dependencies for common module
Browse files Browse the repository at this point in the history
  • Loading branch information
Renien committed Mar 13, 2017
1 parent 1586984 commit 3545572
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Common/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dependencies {
compile([
libs.scalding_core,
libs.scalding_avro,
libs.scalding_commons,
libs.hadoopCommon,
libs.hadoopMapredClientCore
])

providedCompile([
])

testCompile([
])
}

0 comments on commit 3545572

Please sign in to comment.