File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/org/testcontainers/dockerclient/transport/okhttp Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ dependencies {
7676 compile ' org.slf4j:slf4j-ext:1.7.25'
7777 compile ' org.jetbrains:annotations:15.0'
7878 compile ' javax.annotation:javax.annotation-api:1.3.1'
79- compile ' com.google.code.findbugs:jsr305:3.0.2'
8079 compile ' org.apache.commons:commons-compress:1.18'
8180 // Added for JDK9 compatibility since it's missing this package
8281 compile ' javax.xml.bind:jaxb-api:2.3.0'
Original file line number Diff line number Diff line change 3131import okio .BufferedSource ;
3232import okio .Okio ;
3333import okio .Source ;
34+ import org .jetbrains .annotations .Nullable ;
3435import org .testcontainers .DockerClientFactory ;
3536
36- import javax .annotation .Nullable ;
3737import java .io .ByteArrayInputStream ;
3838import java .io .IOException ;
3939import java .io .InputStream ;
You can’t perform that action at this time.
0 commit comments