@@ -89,6 +89,7 @@ dependencies { | |||
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp | |||
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0' | |||
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') { | |||
//in case of versions conflict '3.1' version of hibernate wins: | |||
//force = true |