testcontainers/testcontainers-java
View on GitHubPlease move static analysis dependencies in compileOnly scope
Open
#1,824 opened on Sep 3, 2019
help wantedresolution/somedaymaybetype/feature
Description
Currently these dependencies are in compile scope:
org.jetbrains:annotationsjavax.annotation:javax.annotation-api
Please move them into compileOnly. I suppose Testcontainers users don't need these libraries in classpath.