|
1759 | 1759 | <version>${hive.version}</version> |
1760 | 1760 | <scope>${hive.deps.scope}</scope> |
1761 | 1761 | <exclusions> |
| 1762 | + <exclusion> |
| 1763 | + <groupId>org.apache.tez</groupId> |
| 1764 | + <artifactId>tez-api</artifactId> |
| 1765 | + </exclusion> |
| 1766 | + <exclusion> |
| 1767 | + <groupId>com.github.joshelser</groupId> |
| 1768 | + <artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId> |
| 1769 | + </exclusion> |
1762 | 1770 | <exclusion> |
1763 | 1771 | <groupId>${hive.group}</groupId> |
1764 | 1772 | <artifactId>hive-standalone-metastore-common</artifactId> |
|
2074 | 2082 | <version>${hive.version}</version> |
2075 | 2083 | <scope>${hive.deps.scope}</scope> |
2076 | 2084 | <exclusions> |
| 2085 | + <exclusion> |
| 2086 | + <groupId>${hive.group}</groupId> |
| 2087 | + <artifactId>hive-common</artifactId> |
| 2088 | + </exclusion> |
2077 | 2089 | <exclusion> |
2078 | 2090 | <groupId>${hive.group}</groupId> |
2079 | 2091 | <artifactId>hive-serde</artifactId> |
|
2082 | 2094 | <groupId>${hive.group}</groupId> |
2083 | 2095 | <artifactId>hive-shims</artifactId> |
2084 | 2096 | </exclusion> |
| 2097 | + <exclusion> |
| 2098 | + <groupId>${hive.group}</groupId> |
| 2099 | + <artifactId>hive-standalone-metastore-common</artifactId> |
| 2100 | + </exclusion> |
2085 | 2101 | <exclusion> |
2086 | 2102 | <groupId>org.apache.thrift</groupId> |
2087 | 2103 | <artifactId>libfb303</artifactId> |
|
2125 | 2141 | </exclusion> |
2126 | 2142 | </exclusions> |
2127 | 2143 | </dependency> |
2128 | | - |
2129 | 2144 | <dependency> |
2130 | 2145 | <groupId>${hive.group}</groupId> |
2131 | 2146 | <artifactId>hive-serde</artifactId> |
|
2352 | 2367 | <groupId>${hive.group}</groupId> |
2353 | 2368 | <artifactId>hive-udf</artifactId> |
2354 | 2369 | <version>${hive.version}</version> |
| 2370 | + <scope>${hive.deps.scope}</scope> |
| 2371 | + <exclusions> |
| 2372 | + <exclusion> |
| 2373 | + <groupId>${hive.group}</groupId> |
| 2374 | + <artifactId>hive-common</artifactId> |
| 2375 | + </exclusion> |
| 2376 | + <exclusion> |
| 2377 | + <groupId>${hive.group}</groupId> |
| 2378 | + <artifactId>hive-serde</artifactId> |
| 2379 | + </exclusion> |
| 2380 | + </exclusions> |
| 2381 | + </dependency> |
| 2382 | + <dependency> |
| 2383 | + <groupId>${hive.group}</groupId> |
| 2384 | + <artifactId>hive-standalone-metastore-common</artifactId> |
| 2385 | + <version>${hive.version}</version> |
| 2386 | + <scope>${hive.deps.scope}</scope> |
| 2387 | + <exclusions> |
| 2388 | + <exclusion> |
| 2389 | + <groupId>com.github.joshelser</groupId> |
| 2390 | + <artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId> |
| 2391 | + </exclusion> |
| 2392 | + </exclusions> |
| 2393 | + </dependency> |
| 2394 | + <dependency> |
| 2395 | + <groupId>com.github.joshelser</groupId> |
| 2396 | + <artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId> |
| 2397 | + <version>0.1.2</version> |
| 2398 | + <scope>runtime</scope> |
2355 | 2399 | </dependency> |
2356 | 2400 | <dependency> |
2357 | 2401 | <groupId>${hive.group}</groupId> |
|
2396 | 2440 | <artifactId>hive-parser</artifactId> |
2397 | 2441 | <version>${hive.version}</version> |
2398 | 2442 | <scope>runtime</scope> |
| 2443 | + <exclusions> |
| 2444 | + <exclusion> |
| 2445 | + <groupId>${hive.group}</groupId> |
| 2446 | + <artifactId>hive-common</artifactId> |
| 2447 | + </exclusion> |
| 2448 | + <exclusion> |
| 2449 | + <groupId>${hive.group}</groupId> |
| 2450 | + <artifactId>hive-serde</artifactId> |
| 2451 | + </exclusion> |
| 2452 | + </exclusions> |
2399 | 2453 | </dependency> |
2400 | 2454 | <dependency> |
2401 | 2455 | <groupId>org.apache.calcite</groupId> |
|
0 commit comments