Removed okhttp3 dependency, using Utils.readUrl() isntead.
This commit is contained in:
parent
875269f5a6
commit
8f35d050df
3 changed files with 42 additions and 51 deletions
|
@ -48,7 +48,7 @@ dependencies {
|
|||
implementation 'commons-cli:commons-cli:1.4'
|
||||
|
||||
implementation 'commons-net:commons-net:3.6'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
||||
//implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
||||
|
||||
implementation 'com.rometools:rome:1.13.1'
|
||||
|
||||
|
@ -63,7 +63,7 @@ dependencies {
|
|||
|
||||
implementation platform('org.jetbrains.kotlin:kotlin-bom')
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7")
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
|
||||
|
||||
testImplementation 'org.testng:testng:7.2.0'
|
||||
testImplementation 'org.assertj:assertj-core:3.16.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue