Upgraded HttpComponents Parent to version 11
This commit is contained in:
parent
3c25ca7266
commit
a93c8d4dd0
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue