4646 <groupId >org.apache.iceberg</groupId >
4747 <artifactId >iceberg-core</artifactId >
4848 <version >${iceberg.version} </version >
49+ <exclusions >
50+ <exclusion >
51+ <groupId >io.airlift</groupId >
52+ <artifactId >aircompressor</artifactId >
53+ </exclusion >
54+ </exclusions >
4955 </dependency >
5056 <dependency >
5157 <groupId >org.apache.iceberg</groupId >
5763 <groupId >javax.annotation</groupId >
5864 <artifactId >javax.annotation-api</artifactId >
5965 </exclusion >
66+ <exclusion >
67+ <groupId >org.apache.httpcomponents.client5</groupId >
68+ <artifactId >httpclient5</artifactId >
69+ </exclusion >
70+ <exclusion >
71+ <groupId >org.apache.httpcomponents.core5</groupId >
72+ <artifactId >httpcore5</artifactId >
73+ </exclusion >
74+ <exclusion >
75+ <groupId >io.airlift</groupId >
76+ <artifactId >aircompressor</artifactId >
77+ </exclusion >
6078 </exclusions >
6179 </dependency >
6280 <dependency >
82100 <scope >provided</scope >
83101 </dependency >
84102
103+ <!-- dependency convergence -->
104+ <dependency >
105+ <groupId >org.apache.httpcomponents.client5</groupId >
106+ <artifactId >httpclient5</artifactId >
107+ <version >5.4.3</version >
108+ <scope >runtime</scope >
109+ </dependency >
110+ <dependency >
111+ <groupId >org.apache.httpcomponents.core5</groupId >
112+ <artifactId >httpcore5</artifactId >
113+ <version >5.3.4</version >
114+ <scope >runtime</scope >
115+ </dependency >
116+ <dependency >
117+ <groupId >io.airlift</groupId >
118+ <artifactId >aircompressor</artifactId >
119+ <version >0.27</version >
120+ <scope >runtime</scope >
121+ <exclusions >
122+ <exclusion >
123+ <groupId >org.jetbrains.kotlin</groupId >
124+ <artifactId >kotlin-stdlib</artifactId >
125+ </exclusion >
126+ <exclusion >
127+ <groupId >org.jetbrains.kotlin</groupId >
128+ <artifactId >kotlin-stdlib-common</artifactId >
129+ </exclusion >
130+ </exclusions >
131+ </dependency >
132+
85133 <!-- test dependency -->
86134 <dependency >
87135 <groupId >org.apache.fluss</groupId >
334382 </plugins >
335383 </build >
336384
337- </project >
385+ </project >
0 commit comments