Skip to content

Commit 7af419b

Browse files
committed
Upgraded HC Parent to version 14
1 parent 4b09af0 commit 7af419b

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.core5</groupId>
@@ -180,14 +180,6 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-checkstyle-plugin</artifactId>
183-
<version>3.3.1</version>
184-
<dependencies>
185-
<dependency>
186-
<groupId>org.apache.httpcomponents</groupId>
187-
<artifactId>hc-stylecheck</artifactId>
188-
<version>3</version>
189-
</dependency>
190-
</dependencies>
191183
<executions>
192184
<execution>
193185
<id>validate-main</id>

0 commit comments

Comments
 (0)