Skip to content

Commit 91c296a

Browse files
committed
work
1 parent 3888fbb commit 91c296a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,6 +1643,36 @@
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>

0 commit comments

Comments
 (0)