Skip to content

Commit

Permalink
Upgraded HC Parent to version 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Oct 1, 2024
1 parent 9941fde commit a13ed04
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit a13ed04

Please sign in to comment.