|
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 | 38 | <version.bom.com.fasterxml.jackson>2.20.0</version.bom.com.fasterxml.jackson> |
| 39 | + <version.bom.org.apache.httpcomponents.client5>5.5</version.bom.org.apache.httpcomponents.client5> |
| 40 | + <version.bom.org.apache.httpcomponents.core5>5.3.5</version.bom.org.apache.httpcomponents.core5> |
| 41 | + <version.bom.org.apache.httpcomponents.httpclient>4.5.14</version.bom.org.apache.httpcomponents.httpclient> |
| 42 | + <version.bom.org.apache.httpcomponents.httpcore>4.4.16</version.bom.org.apache.httpcomponents.httpcore> |
| 43 | + <version.bom.org.apache.httpcomponents.httpasyncclient>4.1.5</version.bom.org.apache.httpcomponents.httpasyncclient> |
39 | 44 | </properties> |
40 | 45 |
|
41 | 46 | <dependencyManagement> |
|
634 | 639 | <artifactId>v2-migration</artifactId> |
635 | 640 | <version>${version.bom.software.amazon.awssdk}</version> |
636 | 641 | </dependency> |
| 642 | + |
| 643 | + <!-- Apache HttpClient 5.x Dependencies --> |
| 644 | + <dependency> |
| 645 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 646 | + <artifactId>httpclient5-cache</artifactId> |
| 647 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 648 | + </dependency> |
| 649 | + <dependency> |
| 650 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 651 | + <artifactId>httpclient5-fluent</artifactId> |
| 652 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 653 | + </dependency> |
| 654 | + <dependency> |
| 655 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 656 | + <artifactId>httpclient5</artifactId> |
| 657 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 658 | + </dependency> |
| 659 | + <dependency> |
| 660 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 661 | + <artifactId>httpcore5-h2</artifactId> |
| 662 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 663 | + </dependency> |
| 664 | + <dependency> |
| 665 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 666 | + <artifactId>httpcore5-reactive</artifactId> |
| 667 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 668 | + </dependency> |
| 669 | + <dependency> |
| 670 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 671 | + <artifactId>httpcore5</artifactId> |
| 672 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 673 | + </dependency> |
| 674 | + <!-- Apache HttpClient 4.x Dependencies --> |
| 675 | + <dependency> |
| 676 | + <groupId>org.apache.httpcomponents</groupId> |
| 677 | + <artifactId>fluent-hc</artifactId> |
| 678 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 679 | + </dependency> |
| 680 | + <dependency> |
| 681 | + <groupId>org.apache.httpcomponents</groupId> |
| 682 | + <artifactId>httpasyncclient-cache</artifactId> |
| 683 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 684 | + </dependency> |
| 685 | + <dependency> |
| 686 | + <groupId>org.apache.httpcomponents</groupId> |
| 687 | + <artifactId>httpasyncclient-osgi</artifactId> |
| 688 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 689 | + </dependency> |
| 690 | + <dependency> |
| 691 | + <groupId>org.apache.httpcomponents</groupId> |
| 692 | + <artifactId>httpasyncclient</artifactId> |
| 693 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 694 | + </dependency> |
| 695 | + <dependency> |
| 696 | + <groupId>org.apache.httpcomponents</groupId> |
| 697 | + <artifactId>httpclient-cache</artifactId> |
| 698 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 699 | + </dependency> |
| 700 | + <dependency> |
| 701 | + <groupId>org.apache.httpcomponents</groupId> |
| 702 | + <artifactId>httpclient-osgi</artifactId> |
| 703 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 704 | + </dependency> |
| 705 | + <dependency> |
| 706 | + <groupId>org.apache.httpcomponents</groupId> |
| 707 | + <artifactId>httpclient-win</artifactId> |
| 708 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 709 | + </dependency> |
| 710 | + <dependency> |
| 711 | + <groupId>org.apache.httpcomponents</groupId> |
| 712 | + <artifactId>httpclient</artifactId> |
| 713 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 714 | + </dependency> |
| 715 | + <dependency> |
| 716 | + <groupId>org.apache.httpcomponents</groupId> |
| 717 | + <artifactId>httpcomponents-asyncclient</artifactId> |
| 718 | + <version>${version.bom.org.apache.httpcomponents.httpasyncclient}</version> |
| 719 | + </dependency> |
| 720 | + <dependency> |
| 721 | + <groupId>org.apache.httpcomponents</groupId> |
| 722 | + <artifactId>httpcomponents-client</artifactId> |
| 723 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 724 | + </dependency> |
| 725 | + <dependency> |
| 726 | + <groupId>org.apache.httpcomponents</groupId> |
| 727 | + <artifactId>httpcomponents-core</artifactId> |
| 728 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 729 | + </dependency> |
| 730 | + <dependency> |
| 731 | + <groupId>org.apache.httpcomponents</groupId> |
| 732 | + <artifactId>httpcore-ab</artifactId> |
| 733 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 734 | + </dependency> |
| 735 | + <dependency> |
| 736 | + <groupId>org.apache.httpcomponents</groupId> |
| 737 | + <artifactId>httpcore-nio</artifactId> |
| 738 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 739 | + </dependency> |
| 740 | + <dependency> |
| 741 | + <groupId>org.apache.httpcomponents</groupId> |
| 742 | + <artifactId>httpcore-osgi</artifactId> |
| 743 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 744 | + </dependency> |
| 745 | + <dependency> |
| 746 | + <groupId>org.apache.httpcomponents</groupId> |
| 747 | + <artifactId>httpcore</artifactId> |
| 748 | + <version>${version.bom.org.apache.httpcomponents.httpcore}</version> |
| 749 | + </dependency> |
| 750 | + <dependency> |
| 751 | + <groupId>org.apache.httpcomponents</groupId> |
| 752 | + <artifactId>httpmime</artifactId> |
| 753 | + <version>${version.bom.org.apache.httpcomponents.httpclient}</version> |
| 754 | + </dependency> |
637 | 755 | </dependencies> |
638 | 756 | </dependencyManagement> |
639 | 757 |
|
|
909 | 1027 | <artifactId>avro-codegen-test</artifactId> |
910 | 1028 | <version>${version.bom.org.apache.avro}</version> |
911 | 1029 | </dependency> |
| 1030 | + <dependency> |
| 1031 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 1032 | + <artifactId>httpcore5-parent</artifactId> |
| 1033 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 1034 | + </dependency> |
| 1035 | + <dependency> |
| 1036 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 1037 | + <artifactId>httpcore5-testing</artifactId> |
| 1038 | + <version>${version.bom.org.apache.httpcomponents.core5}</version> |
| 1039 | + </dependency> |
| 1040 | + <dependency> |
| 1041 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 1042 | + <artifactId>httpclient5-parent</artifactId> |
| 1043 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 1044 | + </dependency> |
| 1045 | + <dependency> |
| 1046 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 1047 | + <artifactId>httpclient5-testing</artifactId> |
| 1048 | + <version>${version.bom.org.apache.httpcomponents.client5}</version> |
| 1049 | + </dependency> |
912 | 1050 | </dependenciesToSkip> |
913 | 1051 | </dependencyManagementIncludesAllGroupIdArtifactsRule> |
914 | 1052 | </rules> |
|
0 commit comments