mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-02 21:42:52 +00:00
Fix a classpath issue
Remove javax.activation from stanford-nlp artifact. There are new coordinates now as the java-mail library and the activation library have been moved to eclipse jakarta.
This commit is contained in:
parent
1206105f0b
commit
3ffc3fb317
@ -118,6 +118,7 @@ object Dependencies {
|
||||
ExclusionRule("com.sun.xml.bind", "jaxb-impl"),
|
||||
ExclusionRule("com.sun.xml.bind", "jaxb-core"),
|
||||
ExclusionRule("javax.xml.bind", "jaxb-api"),
|
||||
ExclusionRule("javax.activation"),
|
||||
ExclusionRule("de.jollyday", "jollyday"),
|
||||
ExclusionRule("com.apple", "AppleJavaExtensions"),
|
||||
ExclusionRule("org.glassfish", "javax.json")
|
||||
|
Loading…
x
Reference in New Issue
Block a user