Upgraded HC Parent to version 14

This commit is contained in:
Oleg Kalnichevski 2024-10-01 11:12:40 +02:00
parent 9941fde19e
commit a13ed04544
1 changed files with 1 additions and 9 deletions

10
pom.xml
View File

@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-parent</artifactId>
<version>13</version>
<version>14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.httpcomponents.client5</groupId>
@ -219,14 +219,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>hc-stylecheck</artifactId>
<version>3</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>validate-main</id>