Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Move zip4j to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Jan 14, 2017
1 parent c375f6b commit dc58454
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,22 @@ dependencies {
compile group: 'commons-io', name: 'commons-io', version: '2.5'
compile 'com.google.guava:guava:20.0'
compile 'com.github.zafarkhaja:java-semver:0.9.0'
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '4.5.0.201609210915-r'
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '4.6.0.201612231935-r'
compile group: 'org.jsoup', name: 'jsoup', version: '1.7.2'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.5'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.5'
compile group: 'com.google.code.findbugs', name: 'annotations', version: '3.0.1'
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.8.5'
// compile group: 'org.apache.commons', name: 'commons-compress', version: '1.13'
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.3.2'

testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'org.mockito', name: 'mockito-core', version: '2.3.7'
testCompile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.3.2'


// compile files('/Users/zhb/Projects/jgit/org.eclipse.jgit/target/org.eclipse.jgit-4.6.0.201612231935-r.jar')
// compile 'com.jcraft:jsch:0.1.53'
// compile 'com.googlecode.javaewah:JavaEWAH:1.1.6'
}
/************** test **************/
// Define integration test task
Expand Down

0 comments on commit dc58454

Please sign in to comment.