Browse Source

补传

shuiqilin
zhangxin 1 year ago
parent
commit
5411b3b77c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.gradle

+ 1
- 0
build.gradle View File

// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp // https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'
implementation group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.4' implementation group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.4'
implementation group: 'org.jdom', name: 'jdom', version: '1.1.3'
implementation('org.springframework.boot:spring-boot-starter-test') { implementation('org.springframework.boot:spring-boot-starter-test') {
//in case of versions conflict '3.1' version of hibernate wins: //in case of versions conflict '3.1' version of hibernate wins:
//force = true //force = true

Loading…
Cancel
Save