testcontainers/testcontainers-java

Please move static analysis dependencies in compileOnly scope

Open

#1.824 geöffnet am 3. Sept. 2019

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.588 Forks)batch import
help wantedresolution/somedaymaybetype/feature

Repository-Metriken

Stars
 (7.535 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 17h) (2 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide