Skip to content

Commit c17c876

Browse files
committed
work
1 parent 92412aa commit c17c876

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

pom.xml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,66 @@
14691469
<groupId>ch.ethz.ganymed</groupId>
14701470
<artifactId>ganymed-ssh2</artifactId>
14711471
</exclude>
1472+
<exclude>
1473+
<groupId>org.hamcrest</groupId>
1474+
<artifactId>hamcrest-core</artifactId>
1475+
</exclude>
1476+
<exclude>
1477+
<groupId>org.hamcrest</groupId>
1478+
<artifactId>hamcrest</artifactId>
1479+
</exclude>
1480+
<exclude>
1481+
<groupId>com.sun.istack</groupId>
1482+
<artifactId>istack-commons</artifactId>
1483+
</exclude>
1484+
<exclude>
1485+
<groupId>org.netbeans.lib</groupId>
1486+
<artifactId>cvsclient</artifactId>
1487+
</exclude>
1488+
<exclude>
1489+
<groupId>org.jboss</groupId>
1490+
<artifactId>jandex</artifactId>
1491+
</exclude>
1492+
<exclude>
1493+
<groupId>com.googlecode.javaewah</groupId>
1494+
<artifactId>JavaEWAH</artifactId>
1495+
</exclude>
1496+
<exclude>
1497+
<groupId>com.jcraft</groupId>
1498+
<artifactId>jsch</artifactId>
1499+
</exclude>
1500+
<exclude>
1501+
<groupId>org.jsoup</groupId>
1502+
<artifactId>jsoup</artifactId>
1503+
</exclude>
1504+
<exclude>
1505+
<groupId>javax.annotation</groupId>
1506+
<artifactId>jsr250-api</artifactId>
1507+
</exclude>
1508+
<exclude>
1509+
<groupId>com.google.code.findbugs</groupId>
1510+
<artifactId>jsr305</artifactId>
1511+
</exclude>
1512+
<exclude>
1513+
<groupId>com.jcraft</groupId>
1514+
<artifactId>jzlib</artifactId>
1515+
</exclude>
1516+
<exclude>
1517+
<groupId>com.martiansoftware</groupId>
1518+
<artifactId>nailgun-server</artifactId>
1519+
</exclude>
1520+
<exclude>
1521+
<groupId>info.picocli</groupId>
1522+
<artifactId>picocli</artifactId>
1523+
</exclude>
1524+
<exclude>
1525+
<groupId>com.thoughtworks.qdox</groupId>
1526+
<artifactId>qdox</artifactId>
1527+
</exclude>
1528+
<exclude>
1529+
<groupId>org.tomlj</groupId>
1530+
<artifactId>tomlj</artifactId>
1531+
</exclude>
14721532
</excludes>
14731533
</configuration>
14741534
<executions>

0 commit comments

Comments
 (0)