Skip to content

Commit dd3621b

Browse files
committed
work
1 parent 06b64e0 commit dd3621b

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
@@ -1453,6 +1453,18 @@
14531453
<groupId>javax.activation</groupId>
14541454
<artifactId>javax.activation-api</artifactId>
14551455
</exclude>
1456+
<exclude>
1457+
<groupId>org.projectlombok</groupId>
1458+
<artifactId>lombok</artifactId>
1459+
</exclude>
1460+
<exclude>
1461+
<groupId>org.apache.httpcomponents</groupId>
1462+
<artifactId>httpclient</artifactId>
1463+
</exclude>
1464+
<exclude>
1465+
<groupId>org.apache.httpcomponents</groupId>
1466+
<artifactId>httpcore</artifactId>
1467+
</exclude>
14561468
</excludes>
14571469
</configuration>
14581470
<executions>

0 commit comments

Comments
 (0)