sparsick / testcontainers-git

This project contains a Testcontainers implementation for a plain git server based on the Docker image rockstorm/git-server
MIT License
31 stars 6 forks source link

Don't include logback #158

Closed Schaka closed 1 week ago

Schaka commented 3 weeks ago

It seems right now, logback implementations are packaged into your jar. As a result, my project ends up pulling them and they need to be explicitly excluded to not conflict with log4j2.

I'd recommend just including the slf4j interfaces instead

sparsick commented 3 weeks ago

Thanks for the hint. I will have a look on it after my vacation.

sparsick commented 1 week ago

@Schaka I changed the dependency scope to provided so that you should not have the conflict with log4j2