Skip to content

Commit

Permalink
support proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-popyk committed Sep 25, 2018
1 parent f075b3e commit d235c24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Unreleased**
+ support proxy

**Version 2.0.23**
+ Allow symlinks as source files
Expand Down
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,23 @@ if (!hasProperty('mainClass')) {

repositories {
mavenCentral()
maven {
url "http://repo1.maven.org/maven2"
}
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.10'
compile group: 'org.json', name: 'json', version: '20160212'
compile files('libs/crowdin-java-sdk-0.1.jar')
compile files('libs/crowdin-java-sdk-0.2.jar')
compile group: 'commons-cli', name: 'commons-cli', version: '1.3.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.5'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.5'
compile group: 'org.yaml', name: 'snakeyaml', version: '1.17'
compile group: 'commons-io', name: 'commons-io', version: '2.5'
compile group: 'com.sun.jersey', name: 'jersey-client', version: '1.19.1'
compile group: 'com.sun.jersey.contribs', name: 'jersey-multipart', version: '1.19.1'
compile group: 'org.glassfish.jersey.core', name: 'jersey-client', version: '2.27'
compile group: 'org.glassfish.jersey.media', name: 'jersey-media-json-jackson', version: '2.27'
compile group: 'com.sun.jersey.contribs', name: 'jersey-multipart', version: '1.19.4'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.3.2'
compile group: 'net.ricecode', name: 'string-similarity', version: '1.0.0'
Expand Down
Binary file not shown.

0 comments on commit d235c24

Please sign in to comment.