Changes between Initial Version and Version 1 of Ticket #21995, comment 10


Ignore:
Timestamp:
2022-04-06T14:42:30+02:00 (3 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21995, comment 10

    initial v1  
    1010--- a/plugins/geotools/ivy.xml
    1111+++ b/plugins/geotools/ivy.xml
    12 @@ -44,5 +44,9 @@
     12@@ -44,5 +44,7 @@
    1313         <exclude org="org.tukaani" module="xz"/>
    1414        <!-- from jaxb plugin -->
    1515        <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"/>
    1816+       <!-- jackson causes other plugins to fail during compilation on Java 8 -->
    1917+       <exclude org="com.fasterxml.jackson.core" module="jackson-core"/>
     
    2119 </ivy-module>
    2220}}}
     21
     22EDIT: `slf4j` was not the problem.