File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 16431643 <groupId >org.iq80.snappy</groupId >
16441644 <artifactId >snappy</artifactId >
16451645 </exclude >
1646+ <exclude >
1647+ <groupId >com.fasterxml.jackson.module</groupId >
1648+ <artifactId >jackson-module-parameter-names</artifactId >
1649+ </exclude >
1650+ <exclude >
1651+ <groupId >com.fasterxml.jackson.datatype</groupId >
1652+ <artifactId >jackson-datatype-jdk8</artifactId >
1653+ </exclude >
1654+ <exclude >
1655+ <groupId >com.fasterxml.jackson.core</groupId >
1656+ <artifactId >jackson-databind</artifactId >
1657+ </exclude >
1658+ <exclude >
1659+ <groupId >com.fasterxml.jackson.core</groupId >
1660+ <artifactId >jackson-core</artifactId >
1661+ </exclude >
1662+ <exclude >
1663+ <groupId >com.fasterxml.jackson.core</groupId >
1664+ <artifactId >jackson-annotations</artifactId >
1665+ </exclude >
1666+ <exclude >
1667+ <groupId >dom4j</groupId >
1668+ <artifactId >dom4j</artifactId >
1669+ </exclude >
1670+ <!--
1671+ <exclude>
1672+ <groupId>com.fasterxml</groupId>
1673+ <artifactId>classmate</artifactId>
1674+ </exclude>
1675+ -->
16461676 </excludes >
16471677 </configuration >
16481678 <executions >
You can’t perform that action at this time.
0 commit comments