testcontainers/testcontainers-java
Vedi su GitHubPlease move static analysis dependencies in compileOnly scope
Open
#1824 aperta il 3 set 2019
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:annotationsjavax.annotation:javax.annotation-api
Please move them into compileOnly. I suppose Testcontainers users don't need these libraries in classpath.