Skip to content

Commit ef0a53f

Browse files
committed
work
1 parent 2eb56d5 commit ef0a53f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,10 +1558,12 @@
15581558
<groupId>com.sun.istack</groupId>
15591559
<artifactId>istack-commons-runtime</artifactId>
15601560
</exclude>
1561+
<!--
15611562
<exclude>
15621563
<groupId>org.apiguardian</groupId>
15631564
<artifactId>apiguardian-api</artifactId>
15641565
</exclude>
1566+
-->
15651567
<exclude>
15661568
<groupId>com.fasterxml.jackson.datatype</groupId>
15671569
<artifactId>jackson-datatype-jsr310</artifactId>
@@ -1638,6 +1640,16 @@
16381640
<groupId>org.apache-extras.beanshell</groupId>
16391641
<artifactId>bsh</artifactId>
16401642
</exclude>
1643+
<!--
1644+
<exclude>
1645+
<groupId>com.zaxxer</groupId>
1646+
<artifactId>HikariCP</artifactId>
1647+
</exclude>
1648+
-->
1649+
<exclude>
1650+
<groupId>org.iq80.snappy</groupId>
1651+
<artifactId>snappy</artifactId>
1652+
</exclude>
16411653
</excludes>
16421654
</configuration>
16431655
<executions>

0 commit comments

Comments
 (0)