Project

General

Profile

« Previous | Next » 

Revision 82227023

Added by Andreas Kohlbecker about 4 years ago

ref #8812 upgrading httpcomponents to 4.5.11

View differences:

pom.xml
29 29
    <unitils.version>3.4.2</unitils.version>
30 30
    <log4j.version>1.2.17</log4j.version>
31 31
    <javadoc.opts>-Xdoclint:none</javadoc.opts>
32
    <httpcomponents.version>4.5.11</httpcomponents.version>
32 33
  </properties>
33 34
  <modules>
34 35
    <module>eu.etaxonomy.taxeditor.cdmlib</module>
......
531 532
        <artifactId>itextpdf</artifactId>
532 533
        <version>5.5.8</version>
533 534
      </dependency>
535
            <dependency>
536
        <groupId>org.apache.httpcomponents</groupId>
537
        <artifactId>httpclient</artifactId>
538
        <version>${httpcomponents.version}</version>
539
      </dependency>
540
<!--       <dependency> -->
541
<!--         <groupId>org.apache.httpcomponents</groupId> -->
542
<!--         <artifactId>httpcore</artifactId> -->
543
<!--         <version>4.4.13</version> -->
544
<!--       </dependency> -->
534 545
    </dependencies>
535 546
  </dependencyManagement>
536 547
</project>

Also available in: Unified diff