testcontainers/testcontainers-java

Please move static analysis dependencies in compileOnly scope

Open

#1824 aperta il 3 set 2019

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Java (1588 fork)batch import
help wantedresolution/somedaymaybetype/feature

Metriche repository

Star
 (7535 star)
Metriche merge PR
 (Merge medio 2g 17h) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor