File tree 1 file changed +13
-0
lines changed
fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ under the License.
44
44
<groupId >com.qcloud.cos</groupId >
45
45
<artifactId >hadoop-cos</artifactId >
46
46
<version >3.3.3-8.3.10</version >
47
+ <exclusions >
48
+ <exclusion >
49
+ <groupId >org.json</groupId >
50
+ <artifactId >json</artifactId >
51
+ </exclusion >
52
+ </exclusions >
47
53
</dependency >
48
54
49
55
<!-- https://mvnrepository.com/artifact/com.qcloud/cos_api-bundle -->
@@ -60,6 +66,13 @@ under the License.
60
66
<version >1.0.5</version >
61
67
</dependency >
62
68
69
+ <!-- https://mvnrepository.com/artifact/org.json/json -->
70
+ <dependency >
71
+ <groupId >org.json</groupId >
72
+ <artifactId >json</artifactId >
73
+ <version >20231013</version >
74
+ </dependency >
75
+
63
76
<!-- https://mvnrepository.com/artifact/com.qcloud/chdfs_hadoop_plugin_network -->
64
77
<dependency >
65
78
<groupId >com.qcloud</groupId >
You can’t perform that action at this time.
0 commit comments