File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
hadoop-cloud-storage-project/hadoop-huaweicloud Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 2929 <properties >
3030 <file .encoding>UTF-8</file .encoding>
3131 <downloadSources >true</downloadSources >
32- <esdk .version>3.20.4.2 </esdk .version>
32+ <esdk .version>3.25.5 </esdk .version>
3333 </properties >
3434
3535 <profiles >
9494 </plugin >
9595 </plugins >
9696 </build >
97+ <dependencyManagement >
98+ <dependencies >
99+ <!-- due to a dependency convergence error caused by esdk-obs-java -->
100+ <dependency >
101+ <groupId >com.squareup.okio</groupId >
102+ <artifactId >okio</artifactId >
103+ <version >3.8.0</version >
104+ </dependency >
105+ <dependency >
106+ <groupId >org.jetbrains.kotlin</groupId >
107+ <artifactId >kotlin-bom</artifactId >
108+ <version >1.9.21</version >
109+ <type >pom</type >
110+ <scope >import</scope >
111+ </dependency >
112+ </dependencies >
113+ </dependencyManagement >
97114 <dependencies >
98115 <dependency >
99116 <groupId >org.apache.hadoop</groupId >
You can’t perform that action at this time.
0 commit comments