testcontainers/testcontainers-java

Please move static analysis dependencies in compileOnly scope

Aberta

#1.824 aberto em 3 de set. de 2019

 (6 comentários) (0 reação) (0 responsável)Java (1.588 forks)batch import
help wantedresolution/somedaymaybetype/feature

Métricas do repositório

Stars
 (7.535 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 17h) (2 fundiu PRs em 30d)

Description

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.

Guia do colaborador