We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9941fde commit a13ed04Copy full SHA for a13ed04
pom.xml
@@ -27,7 +27,7 @@
27
<parent>
28
<groupId>org.apache.httpcomponents</groupId>
29
<artifactId>httpcomponents-parent</artifactId>
30
- <version>13</version>
+ <version>14</version>
31
</parent>
32
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.apache.httpcomponents.client5</groupId>
@@ -219,14 +219,6 @@
219
<plugin>
220
<groupId>org.apache.maven.plugins</groupId>
221
<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>
230
<executions>
231
<execution>
232
<id>validate-main</id>
0 commit comments