mock-oauth2-server
mock-oauth2-server copied to clipboard
Logback.xml overwrites own logback config
We have a logback-spring.xml in our project. Using this library, the logback.xml is overwriting our logback config, because it is bundled within the library and therefor available in the classpath.
Can this be fixed, so that the logback.xml is not bundled in future releases?