okhttp-eventsource icon indicating copy to clipboard operation
okhttp-eventsource copied to clipboard

Maven dependecy is not get resolved ( Env: Intellij Idea Community Edition

Open ArunDhwaj opened this issue 1 year ago • 1 comments

<!-- https://mvnrepository.com/artifact/com.launchdarkly/okhttp-eventsource -->
    <dependency>
        <groupId>com.launchdarkly</groupId>
        <artifactId>okhttp-eventsource</artifactId>
        <version>4.1.0</version>
    </dependency>

    <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
    <dependency>
        <groupId>com.squareup.okhttp3</groupId>
        <artifactId>okhttp</artifactId>
        <version>4.9.0</version>
    </dependency>

============================ Even after adding the transitive dependencies.

Issues: Maven dependencies is not resolved in intellij idea 2023.1 ( Ubuntu 22.04 LTS)

===========================================================

Hello Team,

Can you please help in the above?

ArunDhwaj avatar Jul 04 '23 11:07 ArunDhwaj

Hi @ArunDhwaj, is this a new project or has this worked before and this just started happening? We are not aware of any widespread dependency resolution issue at the moment.

tanderson-ld avatar Jul 05 '23 18:07 tanderson-ld