File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdks/java/io/iceberg/hive Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ dependencies {
5151 // old mssql vulnerabilities CVE-2025-59250
5252 exclude group : " com.microsoft.sqlserver" , module : " mssql-jdbc"
5353 }
54- runtimeOnly(" org.apache.hadoop:hadoop-yarn-server-resourcemanager:$hadoop_version " ) {
54+ runtimeOnly (" org.apache.hadoop:hadoop-yarn-server-resourcemanager:$hadoop_version " ) {
5555 // old mssql vulnerabilities CVE-2025-59250
5656 exclude group : " com.microsoft.sqlserver" , module : " mssql-jdbc"
5757 }
5858 // add manually higher version to resolve CVE-2025-59250
59- runtimeOnly(" com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11" )
59+ runtimeOnly (" com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11" )
6060 runtimeOnly (" org.apache.hbase:hbase-client:$hbase_version " )
6161 runtimeOnly (" org.apache.calcite.avatica:avatica-core:$avatica_version " )
6262 // these exlusions were inherit from hive-exec-3.1.3.pom
You can’t perform that action at this time.
0 commit comments