2007-05-20 16:36:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-08-15 14:51:32 -04:00
|
|
|
<!--
|
2007-05-20 16:36:28 -04:00
|
|
|
====================================================================
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
====================================================================
|
|
|
|
|
|
|
|
This software consists of voluntary contributions made by many
|
|
|
|
individuals on behalf of the Apache Software Foundation. For more
|
|
|
|
information on the Apache Software Foundation, please see
|
|
|
|
<http://www.apache.org />.
|
2013-09-09 15:32:04 -04:00
|
|
|
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2007-05-20 16:36:28 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
2017-10-04 08:02:29 -04:00
|
|
|
<artifactId>httpcomponents-parent</artifactId>
|
2018-11-03 06:04:14 -04:00
|
|
|
<version>11</version>
|
2007-05-20 16:36:28 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2016-01-16 10:16:44 -05:00
|
|
|
<groupId>org.apache.httpcomponents.client5</groupId>
|
|
|
|
<artifactId>httpclient5-parent</artifactId>
|
|
|
|
<name>Apache HttpComponents Client Parent</name>
|
2019-07-21 05:22:12 -04:00
|
|
|
<version>5.0-beta6-SNAPSHOT</version>
|
2011-04-02 07:57:31 -04:00
|
|
|
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
|
2018-10-07 09:26:40 -04:00
|
|
|
<url>http://hc.apache.org/httpcomponents-client-5.0.x/</url>
|
2008-04-27 17:29:04 -04:00
|
|
|
<inceptionYear>1999</inceptionYear>
|
2007-05-20 16:36:28 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<organization>
|
2010-11-11 05:36:55 -05:00
|
|
|
<name>The Apache Software Foundation</name>
|
2007-05-20 16:36:28 -04:00
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
2013-10-05 16:06:01 -04:00
|
|
|
<name>Apache License, Version 2.0</name>
|
2014-06-19 04:48:34 -04:00
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
2007-05-20 16:36:28 -04:00
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>Jira</system>
|
|
|
|
<url>http://issues.apache.org/jira/browse/HTTPCLIENT</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<scm>
|
2017-05-17 08:37:06 -04:00
|
|
|
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection>
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
|
|
|
|
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
|
2019-07-21 05:22:12 -04:00
|
|
|
<tag>5.0-beta6-SNAPSHOT</tag>
|
2007-05-20 16:36:28 -04:00
|
|
|
</scm>
|
|
|
|
|
2008-02-11 11:33:39 -05:00
|
|
|
<properties>
|
2015-05-24 10:24:26 -04:00
|
|
|
<maven.compiler.source>1.7</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.7</maven.compiler.target>
|
2019-06-06 10:23:43 -04:00
|
|
|
<httpcore.version>5.0-beta8</httpcore.version>
|
2017-10-19 10:19:08 -04:00
|
|
|
<log4j.version>2.9.1</log4j.version>
|
2019-02-23 09:12:34 -05:00
|
|
|
<commons-codec.version>1.12</commons-codec.version>
|
2018-12-10 07:18:41 -05:00
|
|
|
<conscrypt.version>1.4.1</conscrypt.version>
|
2017-10-19 09:49:57 -04:00
|
|
|
<ehcache.version>3.4.0</ehcache.version>
|
2017-10-19 09:52:50 -04:00
|
|
|
<memcached.version>2.12.3</memcached.version>
|
2018-01-10 04:59:00 -05:00
|
|
|
<slf4j.version>1.7.25</slf4j.version>
|
2015-08-25 04:04:48 -04:00
|
|
|
<junit.version>4.12</junit.version>
|
2018-10-22 18:55:19 -04:00
|
|
|
<easymock.version>3.6</easymock.version>
|
2018-10-22 18:31:13 -04:00
|
|
|
<mockito.version>2.23.0</mockito.version>
|
2019-02-23 09:12:34 -05:00
|
|
|
<jna.version>5.2.0</jna.version>
|
2013-08-09 03:24:29 -04:00
|
|
|
<hc.stylecheck.version>1</hc.stylecheck.version>
|
2019-02-23 09:12:34 -05:00
|
|
|
<rxjava.version>2.2.7</rxjava.version>
|
2008-02-11 11:33:39 -05:00
|
|
|
</properties>
|
|
|
|
|
2011-05-18 10:08:24 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2016-01-12 15:43:36 -05:00
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5</artifactId>
|
2011-05-18 10:08:24 -04:00
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2017-02-23 09:32:43 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5-h2</artifactId>
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2017-05-01 08:38:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5-testing</artifactId>
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2018-10-18 05:27:21 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5-reactive</artifactId>
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2018-01-10 04:59:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
2016-10-31 19:24:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
2018-01-10 04:59:00 -05:00
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
2016-10-31 19:24:37 -04:00
|
|
|
<version>${log4j.version}</version>
|
2011-05-18 10:08:24 -04:00
|
|
|
</dependency>
|
2017-05-03 14:31:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
2018-01-10 04:59:00 -05:00
|
|
|
<artifactId>log4j-core</artifactId>
|
2017-05-03 14:31:30 -04:00
|
|
|
<version>${log4j.version}</version>
|
|
|
|
</dependency>
|
2011-05-18 10:08:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>${commons-codec.version}</version>
|
|
|
|
</dependency>
|
2018-12-10 07:18:41 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.conscrypt</groupId>
|
|
|
|
<artifactId>conscrypt-openjdk-uber</artifactId>
|
|
|
|
<version>${conscrypt.version}</version>
|
|
|
|
</dependency>
|
2011-05-18 10:08:24 -04:00
|
|
|
<dependency>
|
2017-10-19 09:49:57 -04:00
|
|
|
<groupId>org.ehcache.modules</groupId>
|
|
|
|
<artifactId>ehcache-api</artifactId>
|
2011-05-18 10:08:24 -04:00
|
|
|
<version>${ehcache.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-10-12 20:44:19 -04:00
|
|
|
<groupId>net.spy</groupId>
|
2011-05-18 10:08:24 -04:00
|
|
|
<artifactId>spymemcached</artifactId>
|
|
|
|
<version>${memcached.version}</version>
|
|
|
|
</dependency>
|
2013-09-03 05:28:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
<artifactId>jna</artifactId>
|
|
|
|
<version>${jna.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
<artifactId>jna-platform</artifactId>
|
|
|
|
<version>${jna.version}</version>
|
|
|
|
</dependency>
|
2018-09-24 17:20:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.reactivex.rxjava2</groupId>
|
|
|
|
<artifactId>rxjava</artifactId>
|
|
|
|
<version>${rxjava.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-05-18 10:08:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<version>${easymock.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
2007-05-20 16:36:28 -04:00
|
|
|
<modules>
|
2016-01-25 19:22:23 -05:00
|
|
|
<module>httpclient5</module>
|
|
|
|
<module>httpclient5-fluent</module>
|
|
|
|
<module>httpclient5-cache</module>
|
|
|
|
<module>httpclient5-win</module>
|
2017-01-29 14:22:20 -05:00
|
|
|
<module>httpclient5-testing</module>
|
2007-05-20 16:36:28 -04:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2011-01-07 18:43:27 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries>
|
|
|
|
<Specification-Title>HttpComponents ${project.name}</Specification-Title>
|
|
|
|
<Specification-Version>${project.version}</Specification-Version>
|
|
|
|
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
|
|
|
<Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
|
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
|
|
|
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
|
|
|
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
|
|
<url>${project.url}</url>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2008-05-06 14:00:39 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2011-01-07 17:28:13 -05:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<!-- Ensure source jars have full manifest entries (note: defaults aren't suitable) -->
|
|
|
|
<manifestEntries>
|
|
|
|
<Specification-Title>HttpComponents ${project.name}</Specification-Title>
|
|
|
|
<Specification-Version>${project.version}</Specification-Version>
|
|
|
|
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
|
|
|
<Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
|
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
|
|
|
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
|
|
|
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2008-05-06 14:00:39 -04:00
|
|
|
</plugin>
|
2007-05-20 16:36:28 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2013-08-09 03:24:29 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2008-12-02 14:14:41 -05:00
|
|
|
<configuration>
|
2012-02-01 12:38:12 -05:00
|
|
|
<!-- reduce console output. Can override with -Dquiet=false -->
|
|
|
|
<quiet>true</quiet>
|
2013-08-09 03:24:29 -04:00
|
|
|
<source>${maven.compiler.source}</source>
|
2009-06-06 18:03:11 -04:00
|
|
|
<links>
|
2018-10-23 09:14:34 -04:00
|
|
|
<link>http://docs.oracle.com/javase/7/docs/api/</link>
|
|
|
|
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/apidocs/</link>
|
|
|
|
<link>http://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
|
2009-06-06 18:03:11 -04:00
|
|
|
</links>
|
2008-12-02 14:14:41 -05:00
|
|
|
</configuration>
|
2007-05-20 16:36:28 -04:00
|
|
|
</plugin>
|
2013-01-15 17:13:18 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2013-06-15 13:18:01 -04:00
|
|
|
<id>validate-main</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>hc-stylecheck/default.xml</configLocation>
|
|
|
|
<headerLocation>hc-stylecheck/asl2.header</headerLocation>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
<linkXRef>false</linkXRef>
|
|
|
|
<sourceDirectory>${basedir}/src/main</sourceDirectory>
|
2013-06-23 10:07:22 -04:00
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>checkstyle</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>validate-test</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>hc-stylecheck/default.xml</configLocation>
|
|
|
|
<headerLocation>hc-stylecheck/asl2.header</headerLocation>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
<linkXRef>false</linkXRef>
|
2013-06-15 13:18:01 -04:00
|
|
|
<sourceDirectory>${basedir}/src/test</sourceDirectory>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>checkstyle</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2013-01-15 17:13:18 -05:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-09-22 07:37:30 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/docbkx/resources/**</exclude>
|
2014-09-25 08:56:06 -04:00
|
|
|
<exclude>src/test/resources/*.truststore</exclude>
|
2014-11-10 08:58:06 -05:00
|
|
|
<exclude>.checkstyle</exclude>
|
2018-09-24 17:20:27 -04:00
|
|
|
<exclude>.externalToolBuilders/**</exclude>
|
2015-08-24 20:41:17 -04:00
|
|
|
<exclude>maven-eclipse.xml</exclude>
|
2017-02-02 14:37:38 -05:00
|
|
|
<exclude>**/serial</exclude>
|
|
|
|
<exclude>**/index.txt</exclude>
|
2014-09-22 07:37:30 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-07-09 10:30:07 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
</plugin>
|
2007-05-20 16:36:28 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
|
2015-01-22 12:40:44 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
2018-12-16 12:11:19 -05:00
|
|
|
<report>dependency-info</report>
|
2015-01-22 12:40:44 -05:00
|
|
|
<report>dependency-management</report>
|
2018-12-16 12:11:19 -05:00
|
|
|
<report>issue-management</report>
|
|
|
|
<report>licenses</report>
|
|
|
|
<report>mailing-lists</report>
|
2015-01-22 12:40:44 -05:00
|
|
|
<report>scm</report>
|
|
|
|
<report>summary</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
2007-05-20 16:36:28 -04:00
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
|
|
|
|
</project>
|