Upgraded HttpComponents Parent to version 11

This commit is contained in:
Oleg Kalnichevski 2018-11-03 11:04:14 +01:00
parent 3c25ca7266
commit a93c8d4dd0
1 changed files with 1 additions and 4 deletions

View File

@ -27,8 +27,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-parent</artifactId>
<version>10</version>
<relativePath>../httpcomponents-parent/pom.xml</relativePath>
<version>11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.httpcomponents.client5</groupId>
@ -344,11 +343,9 @@
</excludes>
</configuration>
</plugin>
<!-- remove after upgrade of HC Parent -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
</plugin>
</plugins>
</build>