Upgraded HttpComponents Parent to version 10

This commit is contained in:
Oleg Kalnichevski 2017-11-01 22:31:34 +01:00
parent 87865c5cd5
commit 668e1d04ce
1 changed files with 1 additions and 9 deletions

10
pom.xml
View File

@ -27,7 +27,7 @@
<parent> <parent>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-parent</artifactId> <artifactId>httpcomponents-parent</artifactId>
<version>9</version> <version>10</version>
<relativePath>../httpcomponents-parent/pom.xml</relativePath> <relativePath>../httpcomponents-parent/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -319,14 +319,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>hc-stylecheck</artifactId>
<version>${hc.stylecheck.version}</version>
</dependency>
</dependencies>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
</configuration> </configuration>