Skip to content

Commit f4769e9

Browse files
committed
format
1 parent eca2954 commit f4769e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sdks/java/io/iceberg/hive/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ 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") {
55-
// old mssql vulnerabilities CVE-2025-59250
56-
exclude group: "com.microsoft.sqlserver", module: "mssql-jdbc"
57-
}
58-
// add manually higher version to resolve CVE-2025-59250
59-
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11")
60-
runtimeOnly ("org.apache.hbase:hbase-client:$hbase_version")
54+
runtimeOnly("org.apache.hadoop:hadoop-yarn-server-resourcemanager:$hadoop_version") {
55+
// old mssql vulnerabilities CVE-2025-59250
56+
exclude group: "com.microsoft.sqlserver", module: "mssql-jdbc"
57+
}
58+
// add manually higher version to resolve CVE-2025-59250
59+
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11")
60+
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
6363
runtimeOnly ("org.apache.calcite:calcite-core:$calcite_version") {

0 commit comments

Comments
 (0)