testcontainers/testcontainers-java

Please move static analysis dependencies in compileOnly scope

Open

#1,824 建立於 2019年9月3日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Java (1,588 fork)batch import
help wantedresolution/somedaymaybetype/feature

倉庫指標

Star
 (7,535 star)
PR 合併指標
 (平均合併 2天 17小時) (30 天內合併 2 個 PR)

描述

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.

貢獻者指南