Skip to content

Commit

Permalink
Remove com.google.code.findbugs:jsr305 dependency and use org.jetbrai…
Browse files Browse the repository at this point in the history
…ns.annotations.Nullable (#920)

Closes #912
  • Loading branch information
dbyron0 authored and kiview committed Nov 5, 2018
1 parent 78a0f69 commit 043e90a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ dependencies {
compile 'org.slf4j:slf4j-ext:1.7.25'
compile 'org.jetbrains:annotations:15.0'
compile 'javax.annotation:javax.annotation-api:1.3.1'
compile 'com.google.code.findbugs:jsr305:3.0.2'
compile 'org.apache.commons:commons-compress:1.18'
// Added for JDK9 compatibility since it's missing this package
compile 'javax.xml.bind:jaxb-api:2.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
import okio.BufferedSource;
import okio.Okio;
import okio.Source;
import org.jetbrains.annotations.Nullable;
import org.testcontainers.DockerClientFactory;

import javax.annotation.Nullable;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
Expand Down

0 comments on commit 043e90a

Please sign in to comment.