<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-sse</artifactId>
<version>3.12.6</version>
</dependency>
<parent> <groupId>com.squareup.okhttp3</groupId> <artifactId>parent</artifactId> <version>3.12.6</version> </parent>
compile
|-- com.squareup.okhttp3:okhttp
|-- com.squareup.okhttp3:okhttp-testing-support
provided
|-- com.google.code.findbugs:jsr305
test
|-- com.squareup.okhttp3:okhttp-testing-support
|-- junit:junit