mirror of
https://gitee.com/BDWare/ypk-deploy-tool
synced 2026-02-14 16:09:26 +00:00
fix http tool bugs
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
apply from: '../spotless.gradle'
|
||||
|
||||
group "org.bdware.bdcontract"
|
||||
version "0.7.4"
|
||||
version "0.7.5"
|
||||
sourceCompatibility = 1.8
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.69'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
|
||||
implementation 'org.apache.httpcomponents:httpmime:4.5.13'
|
||||
implementation 'org.bdware.doip:bdosclient:0.0.7'
|
||||
implementation 'org.bdware.doip:bdosclient:0.0.8'
|
||||
// implementation 'org.bdware.doip:doip-audit-tool:1.2.4'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user