mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-31 17:50:11 +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:
		| @@ -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") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user