testcontainers/testcontainers-java

Please move static analysis dependencies in compileOnly scope

Open

#1,824 创建于 2019年9月3日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Java (7,535 star) (1,588 fork)batch import
help wantedresolution/somedaymaybetype/feature

描述

Currently these dependencies are in compile scope:

  • org.jetbrains:annotations
  • javax.annotation:javax.annotation-api

Please move them into compileOnly. I suppose Testcontainers users don't need these libraries in classpath.

贡献者指南