Changes between Initial Version and Version 1 of Ticket #21995, comment 10
- Timestamp:
- 2022-04-06T14:42:30+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21995, comment 10
initial v1 10 10 --- a/plugins/geotools/ivy.xml 11 11 +++ b/plugins/geotools/ivy.xml 12 @@ -44,5 +44, 9@@12 @@ -44,5 +44,7 @@ 13 13 <exclude org="org.tukaani" module="xz"/> 14 14 <!-- from jaxb plugin --> 15 15 <exclude org="javax.activation" module="javax.activation-api"/> 16 + <!-- slf4j is in some other plugins (FIXME: create plugin for slf4j, or just add it to log4j?) -->17 + <exclude org="org.slf4j" module="slf4j-api"/>18 16 + <!-- jackson causes other plugins to fail during compilation on Java 8 --> 19 17 + <exclude org="com.fasterxml.jackson.core" module="jackson-core"/> … … 21 19 </ivy-module> 22 20 }}} 21 22 EDIT: `slf4j` was not the problem.