Skip to content

Commit 65665bf

Browse files
va-os-commitsmergify[bot]
authored andcommitted
[Enhancement] Fixing Vulnerability (#58425)
Signed-off-by: Vikas Attiguppa <[email protected]> (cherry picked from commit 8fe3bea)
1 parent ac186ef commit 65665bf

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

fs_brokers/apache_hdfs_broker/src/hadoop-cos-shaded/pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ under the License.
4444
<groupId>com.qcloud.cos</groupId>
4545
<artifactId>hadoop-cos</artifactId>
4646
<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>
4753
</dependency>
4854

4955
<!-- https://mvnrepository.com/artifact/com.qcloud/cos_api-bundle -->
@@ -60,6 +66,13 @@ under the License.
6066
<version>1.0.5</version>
6167
</dependency>
6268

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+
6376
<!-- https://mvnrepository.com/artifact/com.qcloud/chdfs_hadoop_plugin_network -->
6477
<dependency>
6578
<groupId>com.qcloud</groupId>

0 commit comments

Comments
 (0)