mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Fix bad defined dependency
Must not be `compile->test` as this pulls in test dependencies of the other project. Also improves on `withTestSettingsDependsOn` and removes junit dependency from stanfordnlp-core. Issue: #1856
This commit is contained in:
@ -198,6 +198,7 @@ object Dependencies {
|
||||
ExclusionRule("com.sun.xml.bind", "jaxb-core"),
|
||||
ExclusionRule("javax.xml.bind", "jaxb-api"),
|
||||
ExclusionRule("javax.activation"),
|
||||
ExclusionRule("junit", "junit"),
|
||||
ExclusionRule("de.jollyday", "jollyday"),
|
||||
ExclusionRule("com.apple", "AppleJavaExtensions"),
|
||||
ExclusionRule("org.glassfish", "javax.json")
|
||||
|
Reference in New Issue
Block a user