|
35 | 35 | <version.bom.jakarta.transaction>2.0.1</version.bom.jakarta.transaction>
|
36 | 36 | <version.bom.jakarta.xml.bind>4.0.2</version.bom.jakarta.xml.bind>
|
37 | 37 | <version.bom.org.jberet>3.1.0.Final</version.bom.org.jberet>
|
| 38 | + <version.bom.org.apache.httpcomponents.client5>5.5</version.bom.org.apache.httpcomponents.client5> |
| 39 | + <version.bom.org.apache.httpcomponents.core5>5.3.5</version.bom.org.apache.httpcomponents.core5> |
| 40 | + <version.bom.org.apache.httpcomponents.httpclient>4.5.14</version.bom.org.apache.httpcomponents.httpclient> |
| 41 | + <version.bom.org.apache.httpcomponents.httpcore>4.4.16</version.bom.org.apache.httpcomponents.httpcore> |
| 42 | + <version.bom.org.apache.httpcomponents.httpasyncclient>4.1.5</version.bom.org.apache.httpcomponents.httpasyncclient> |
38 | 43 | </properties>
|
39 | 44 |
|
40 | 45 | <dependencyManagement>
|
|
620 | 625 | <artifactId>third-party</artifactId>
|
621 | 626 | <version>${version.bom.software.amazon.awssdk}</version>
|
622 | 627 | </dependency>
|
| 628 | + |
| 629 | + <!-- Apache HttpClient 5.x Dependencies --> |
| 630 | + <dependency> |
| 631 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 632 | + <artifactId>httpclient5-cache</artifactId> |
| 633 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 634 | + </dependency> |
| 635 | + <dependency> |
| 636 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 637 | + <artifactId>httpclient5-fluent</artifactId> |
| 638 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 639 | + </dependency> |
| 640 | + <dependency> |
| 641 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 642 | + <artifactId>httpclient5</artifactId> |
| 643 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 644 | + </dependency> |
| 645 | + <dependency> |
| 646 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 647 | + <artifactId>httpcore5-h2</artifactId> |
| 648 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 649 | + </dependency> |
| 650 | + <dependency> |
| 651 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 652 | + <artifactId>httpcore5-reactive</artifactId> |
| 653 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 654 | + </dependency> |
| 655 | + <dependency> |
| 656 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 657 | + <artifactId>httpcore5</artifactId> |
| 658 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 659 | + </dependency> |
| 660 | + <!-- Apache HttpClient 4.x Dependencies --> |
| 661 | + <dependency> |
| 662 | + <groupId>org.apache.httpcomponents</groupId> |
| 663 | + <artifactId>fluent-hc</artifactId> |
| 664 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 665 | + </dependency> |
| 666 | + <dependency> |
| 667 | + <groupId>org.apache.httpcomponents</groupId> |
| 668 | + <artifactId>httpasyncclient-cache</artifactId> |
| 669 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 670 | + </dependency> |
| 671 | + <dependency> |
| 672 | + <groupId>org.apache.httpcomponents</groupId> |
| 673 | + <artifactId>httpasyncclient-osgi</artifactId> |
| 674 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 675 | + </dependency> |
| 676 | + <dependency> |
| 677 | + <groupId>org.apache.httpcomponents</groupId> |
| 678 | + <artifactId>httpasyncclient</artifactId> |
| 679 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 680 | + </dependency> |
| 681 | + <dependency> |
| 682 | + <groupId>org.apache.httpcomponents</groupId> |
| 683 | + <artifactId>httpclient-cache</artifactId> |
| 684 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 685 | + </dependency> |
| 686 | + <dependency> |
| 687 | + <groupId>org.apache.httpcomponents</groupId> |
| 688 | + <artifactId>httpclient-osgi</artifactId> |
| 689 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 690 | + </dependency> |
| 691 | + <dependency> |
| 692 | + <groupId>org.apache.httpcomponents</groupId> |
| 693 | + <artifactId>httpclient-win</artifactId> |
| 694 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 695 | + </dependency> |
| 696 | + <dependency> |
| 697 | + <groupId>org.apache.httpcomponents</groupId> |
| 698 | + <artifactId>httpclient</artifactId> |
| 699 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 700 | + </dependency> |
| 701 | + <dependency> |
| 702 | + <groupId>org.apache.httpcomponents</groupId> |
| 703 | + <artifactId>httpcomponents-asyncclient</artifactId> |
| 704 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 705 | + </dependency> |
| 706 | + <dependency> |
| 707 | + <groupId>org.apache.httpcomponents</groupId> |
| 708 | + <artifactId>httpcomponents-client</artifactId> |
| 709 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 710 | + </dependency> |
| 711 | + <dependency> |
| 712 | + <groupId>org.apache.httpcomponents</groupId> |
| 713 | + <artifactId>httpcomponents-core</artifactId> |
| 714 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 715 | + </dependency> |
| 716 | + <dependency> |
| 717 | + <groupId>org.apache.httpcomponents</groupId> |
| 718 | + <artifactId>httpcore-ab</artifactId> |
| 719 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 720 | + </dependency> |
| 721 | + <dependency> |
| 722 | + <groupId>org.apache.httpcomponents</groupId> |
| 723 | + <artifactId>httpcore-nio</artifactId> |
| 724 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 725 | + </dependency> |
| 726 | + <dependency> |
| 727 | + <groupId>org.apache.httpcomponents</groupId> |
| 728 | + <artifactId>httpcore-osgi</artifactId> |
| 729 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 730 | + </dependency> |
| 731 | + <dependency> |
| 732 | + <groupId>org.apache.httpcomponents</groupId> |
| 733 | + <artifactId>httpcore</artifactId> |
| 734 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 735 | + </dependency> |
| 736 | + <dependency> |
| 737 | + <groupId>org.apache.httpcomponents</groupId> |
| 738 | + <artifactId>httpmime</artifactId> |
| 739 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 740 | + </dependency> |
623 | 741 | </dependencies>
|
624 | 742 | </dependencyManagement>
|
625 | 743 |
|
|
895 | 1013 | <artifactId>avro-codegen-test</artifactId>
|
896 | 1014 | <version>${version.bom.org.apache.avro}</version>
|
897 | 1015 | </dependency>
|
| 1016 | + <dependency> |
| 1017 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 1018 | + <artifactId>httpcore5-parent</artifactId> |
| 1019 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 1020 | + </dependency> |
| 1021 | + <dependency> |
| 1022 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 1023 | + <artifactId>httpcore5-testing</artifactId> |
| 1024 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 1025 | + </dependency> |
| 1026 | + <dependency> |
| 1027 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 1028 | + <artifactId>httpclient5-parent</artifactId> |
| 1029 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 1030 | + </dependency> |
| 1031 | + <dependency> |
| 1032 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 1033 | + <artifactId>httpclient5-testing</artifactId> |
| 1034 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 1035 | + </dependency> |
898 | 1036 | </dependenciesToSkip>
|
899 | 1037 | </dependencyManagementIncludesAllGroupIdArtifactsRule>
|
900 | 1038 | </rules>
|
|
0 commit comments