Skip to content

Commit a13ed04

Browse files
committed
Upgraded HC Parent to version 14
1 parent 9941fde commit a13ed04

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.httpcomponents</groupId>
2929
<artifactId>httpcomponents-parent</artifactId>
30-
<version>13</version>
30+
<version>14</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>org.apache.httpcomponents.client5</groupId>
@@ -219,14 +219,6 @@
219219
<plugin>
220220
<groupId>org.apache.maven.plugins</groupId>
221221
<artifactId>maven-checkstyle-plugin</artifactId>
222-
<version>3.3.1</version>
223-
<dependencies>
224-
<dependency>
225-
<groupId>org.apache.httpcomponents</groupId>
226-
<artifactId>hc-stylecheck</artifactId>
227-
<version>3</version>
228-
</dependency>
229-
</dependencies>
230222
<executions>
231223
<execution>
232224
<id>validate-main</id>

0 commit comments

Comments
 (0)