Skip to content

Commit

Permalink
Exclude missing OpenImaj dep
Browse files Browse the repository at this point in the history
  • Loading branch information
phrack committed Oct 6, 2015
1 parent 97ead22 commit 74bab4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ dependencies {
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1+'

// OpenImaj
compile group: 'org.openimaj', name: 'core', version: '1.+'
compile('org.openimaj:core:1.+') {
// OpenImaj transitive dependency that we don't need and that doesn't seem to exist in
// repos anymore
exclude group: 'vigna.dsi.unimi.it'
}

testCompile group: 'junit', name: 'junit', version: '4.+'
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.+'
Expand Down

0 comments on commit 74bab4d

Please sign in to comment.