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