i am adding to pomxml the following
<dependencies>
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
and it works as a dependency but on a class doing
import okhttp3.OkHttpClient;
results in Cannot resolve symbol ‘OkHttpClient’
returning to 4.11.0 and reloading the pom.xml everything works again 🙁
New contributor
ItsMe Mario is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.