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 4b09af0 commit 7af419bCopy full SHA for 7af419b
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.core5</groupId>
@@ -180,14 +180,6 @@
180
<plugin>
181
<groupId>org.apache.maven.plugins</groupId>
182
<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>
191
<executions>
192
<execution>
193
<id>validate-main</id>
0 commit comments