Skip to content

Commit

Permalink
Revert "Fixes #801: Class org.testcontainers.shaded.javax.annotation.…
Browse files Browse the repository at this point in the history
…CheckForNull not found" (#809)

Reverts #802

Sorry @alesavin - post-merge, we realised we want to do a bit more digging on this issue. We'll still try and, very soon, either (a) fix the problem another way, or (b) re-add this.
  • Loading branch information
rnorth committed Jul 30, 2018
1 parent e8b00c7 commit 35c5046
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ shadowJar {
include(dependency('com.squareup.okhttp3:.*'))
include(dependency('com.squareup.okio:.*'))
include(dependency('org.scala-sbt.ipcsocket:ipcsocket'))
include(dependency('com.google.code.findbugs:jsr305'))
}
}

Expand Down Expand Up @@ -114,7 +113,6 @@ dependencies {
// SslConfigurator doesn't use classes from dependencies
exclude(module: '*')
}
shaded 'com.google.code.findbugs:jsr305:3.0.2'

testCompile 'redis.clients:jedis:2.8.0'
testCompile 'com.rabbitmq:amqp-client:3.5.3'
Expand Down

0 comments on commit 35c5046

Please sign in to comment.