testcontainers/testcontainers-java
在 GitHub 查看Please move static analysis dependencies in compileOnly scope
Open
#1,824 创建于 2019年9月3日
help wantedresolution/somedaymaybetype/feature
仓库指标
- Star
- (7,535 star)
- PR 合并指标
- (平均合并 2天 17小时) (30 天内合并 2 个 PR)
描述
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.