mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
14.31.2019 42b15b0db838ab66a14abf4a148206e6d7356d93
Apache http client.
1 files modified
2 ■■■■■ changed files
borgbutler-server/build.gradle 2 ●●●●● patch | view | raw | blame | history
borgbutler-server/build.gradle
@@ -29,6 +29,8 @@
    compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
    compile group: 'javax.xml.ws', name: 'jaxws-api', version: '2.3.1'
    compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'
    // https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient
    compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'
    // https://mvnrepository.com/artifact/commons-cli/commons-cli
    compile group: 'commons-cli', name: 'commons-cli', version: '1.4'