Skip to content

Commit 06b64e0

Browse files
committed
work
1 parent 6958507 commit 06b64e0

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

pom.xml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,50 @@
14091409
<groupId>org.springframework.boot</groupId>
14101410
<artifactId>spring-boot-devtools</artifactId>
14111411
</exclude>
1412+
<exclude>
1413+
<groupId>com.puppycrawl.tools</groupId>
1414+
<artifactId>checkstyle</artifactId>
1415+
</exclude>
1416+
<exclude>
1417+
<groupId>org.jruby.jcodings</groupId>
1418+
<artifactId>jcodings</artifactId>
1419+
</exclude>
1420+
<exclude>
1421+
<groupId>backport-util-concurrent</groupId>
1422+
<artifactId>backport-util-concurrent</artifactId>
1423+
</exclude>
1424+
<exclude>
1425+
<groupId>com.headius</groupId>
1426+
<artifactId>backport9</artifactId>
1427+
</exclude>
1428+
<exclude>
1429+
<groupId>javax.enterprise</groupId>
1430+
<artifactId>cdi-api</artifactId>
1431+
</exclude>
1432+
<exclude>
1433+
<groupId>javax.xml.bind</groupId>
1434+
<artifactId>jaxb-api</artifactId>
1435+
</exclude>
1436+
<exclude>
1437+
<groupId>javax.inject</groupId>
1438+
<artifactId>javax.inject</artifactId>
1439+
</exclude>
1440+
<exclude>
1441+
<groupId>com.beust</groupId>
1442+
<artifactId>jcommander</artifactId>
1443+
</exclude>
1444+
<exclude>
1445+
<groupId>joda-time</groupId>
1446+
<artifactId>joda-time</artifactId>
1447+
</exclude>
1448+
<exclude>
1449+
<groupId>javax.annotation</groupId>
1450+
<artifactId>javax.annotation-api</artifactId>
1451+
</exclude>
1452+
<exclude>
1453+
<groupId>javax.activation</groupId>
1454+
<artifactId>javax.activation-api</artifactId>
1455+
</exclude>
14121456
</excludes>
14131457
</configuration>
14141458
<executions>

0 commit comments

Comments
 (0)