Added JDB Labs maven repo to build configuration.

This commit is contained in:
Jonathan Bernard 2016-04-21 07:52:57 -05:00
parent e49bd4e9c9
commit 641a562563

View File

@ -8,12 +8,13 @@ mainClassName = "com.jdblabs.file.treediff.TreeDiff"
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral() } mavenCentral()
maven { url "http://mvn.jdb-labs.com/repo" } }
dependencies { dependencies {
compile 'org.codehaus.groovy:groovy-all:2.4.3' compile 'org.codehaus.groovy:groovy-all:2.4.3'
compile 'com.jdbernard:jdb-util:3.8' compile 'com.jdbernard:jdb-util:3.8'
compile 'commons-codec:commons-codec:1.10' compile 'commons-codec:commons-codec:1.10'
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.4' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.4'
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'