Project

General

Profile

« Previous | Next » 

Revision 797afa38

Added by Andreas Müller over 2 years ago

ref #9359 update httpclient, httpclient-cache and httpcore version in taxeditor

View differences:

eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
647 647
 lib/org.swtchart_0.10.0.v20160212.jar,
648 648
 lib/commons-collections4-4.4.jar,
649 649
 lib/commons-math3-3.6.1.jar,
650
 lib/httpclient-4.5.12.jar,
651
 lib/httpclient-cache-4.2.6.jar,
652
 lib/httpcore-4.4.13.jar,
650
 lib/httpclient-4.5.13.jar,
651
 lib/httpclient-cache-4.5.13.jar,
652
 lib/httpcore-4.4.15.jar,
653 653
 lib/JavaAPIforKml-2.2.1.jar,
654 654
 lib/c3p0-0.9.5.2.jar,
655 655
 lib/mchange-commons-java-0.2.11.jar,
eu.etaxonomy.taxeditor.cdmlib/build.properties
31 31
               lib/hibernate-search-engine-5.5.2.Final.jar,\
32 32
               lib/hibernate-search-orm-5.5.2.Final.jar,\
33 33
               lib/hibernate-validator-6.1.5.Final.jar,\
34
               lib/httpclient-4.5.12.jar,\
35
               lib/httpclient-cache-4.2.6.jar,\
36
               lib/httpcore-4.4.13.jar,\
34
               lib/httpclient-4.5.13.jar,\
35
               lib/httpclient-cache-4.5.13.jar,\
36
               lib/httpcore-4.4.15.jar,\
37 37
               lib/itextpdf-5.5.13.2.jar,\
38 38
               lib/jackson-annotations-2.13.1.jar,\
39 39
               lib/jackson-core-2.13.1.jar,\
eu.etaxonomy.taxeditor.cdmlib/pom.xml
425 425
    <dependency>
426 426
      <groupId>org.apache.httpcomponents</groupId>
427 427
      <artifactId>httpclient</artifactId>
428
      <!-- version defined in parent pom -->
429
    </dependency>
430
    <dependency>
431
      <groupId>org.apache.httpcomponents</groupId>
432
      <artifactId>httpclient-cache</artifactId>
433
      <!-- version defined in parent pom -->
434
    </dependency>
435
    <dependency>
436
      <groupId>org.apache.httpcomponents</groupId>
437
      <artifactId>httpclient-core</artifactId>
438
      <version>4.4.15</version>
428 439
    </dependency>
429 440

  
430 441
    <dependency>
pom.xml
27 27
    <taxeditor.version>5.29.0-SNAPSHOT</taxeditor.version>
28 28
    <update.dir>snapshot</update.dir>
29 29
    <log4j.version>1.2.17</log4j.version>
30
    <httpcomponents.version>4.5.13</httpcomponents.version>
30
    <httpclient.version>4.5.13</httpclient.version>
31 31
    <jetty-version>9.4.26.v20200117</jetty-version>
32 32
    <javadoc.opts>-Xdoclint:none</javadoc.opts>
33 33
  </properties>
......
513 513
      <dependency>
514 514
        <groupId>org.apache.httpcomponents</groupId>
515 515
        <artifactId>httpclient</artifactId>
516
        <version>${httpcomponents.version}</version>
516
        <version>${httpclient.version}</version>
517
      </dependency>
518
      <dependency>
519
        <groupId>org.apache.httpcomponents</groupId>
520
        <artifactId>httpclient-cache</artifactId>
521
        <version>${httpclient.version}</version>
517 522
      </dependency>
518 523
    </dependencies>
519 524
  </dependencyManagement>

Also available in: Unified diff