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> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-parent</artifactId> <artifactId>httpcomponents-parent</artifactId>
<version>13</version> <version>14</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.httpcomponents.client5</groupId> <groupId>org.apache.httpcomponents.client5</groupId>
@ -219,14 +219,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <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> <executions>
<execution> <execution>
<id>validate-main</id> <id>validate-main</id>