Skip to content

Commit

Permalink
Add disq as a system dependency (bundled jar), to run tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jul 26, 2018
1 parent 08ebd9d commit 0bda7b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,7 @@ dependencies {
exclude group: 'org.apache.hadoop'
exclude module: 'htsjdk'
}
compile('com.tom_e_white:disq:0.0.1-SNAPSHOT') {
exclude module: 'htsjdk'
}
compile files('lib/disq-0.0.1-SNAPSHOT.jar')
compile('org.apache.hadoop:hadoop-client:' + hadoopVersion) // should be a 'provided' dependency
compile('com.github.jsr203hadoop:jsr203hadoop:1.0.3')

Expand Down
Binary file added lib/disq-0.0.1-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 0bda7b8

Please sign in to comment.