testcontainers/testcontainers-java

Please move static analysis dependencies in compileOnly scope

Open

#1,824 opened on 2019年9月3日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)Java (1,588 forks)batch import
help wantedresolution/somedaymaybetype/feature

Repository metrics

Stars
 (7,535 stars)
PR merge metrics
 (平均マージ 2d 17h) (30d で 2 merged PRs)

説明

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.

コントリビューターガイド