|
56 | 56 | <artifactId>hive-contrib</artifactId> |
57 | 57 | <version>${project.version}</version> |
58 | 58 | <scope>test</scope> |
59 | | - <exclusions> |
60 | | - <exclusion> |
61 | | - <groupId>org.apache.hive</groupId> |
62 | | - <artifactId>hive-exec</artifactId> |
63 | | - </exclusion> |
64 | | - </exclusions> |
65 | 59 | </dependency> |
66 | 60 | <dependency> |
67 | 61 | <groupId>org.apache.hive</groupId> |
68 | | - <artifactId>hive-metastore</artifactId> |
| 62 | + <artifactId>hive-exec</artifactId> |
69 | 63 | <version>${project.version}</version> |
70 | 64 | <scope>test</scope> |
| 65 | + <classifier>core</classifier> |
71 | 66 | </dependency> |
72 | 67 | <dependency> |
73 | 68 | <groupId>org.apache.hive</groupId> |
74 | | - <artifactId>hive-metastore</artifactId> |
| 69 | + <artifactId>hive-exec</artifactId> |
75 | 70 | <version>${project.version}</version> |
76 | | - <classifier>tests</classifier> |
77 | 71 | <scope>test</scope> |
| 72 | + <classifier>tests</classifier> |
78 | 73 | </dependency> |
79 | 74 | <dependency> |
80 | 75 | <groupId>org.apache.hive</groupId> |
81 | | - <artifactId>hive-it-custom-serde</artifactId> |
| 76 | + <artifactId>hive-metastore</artifactId> |
82 | 77 | <version>${project.version}</version> |
83 | 78 | <scope>test</scope> |
84 | 79 | </dependency> |
85 | 80 | <dependency> |
86 | 81 | <groupId>org.apache.hive</groupId> |
87 | | - <artifactId>hive-it-util</artifactId> |
| 82 | + <artifactId>hive-metastore</artifactId> |
88 | 83 | <version>${project.version}</version> |
| 84 | + <classifier>tests</classifier> |
89 | 85 | <scope>test</scope> |
90 | | - <exclusions> |
91 | | - <exclusion> |
92 | | - <groupId>org.apache.hive</groupId> |
93 | | - <artifactId>hive-exec</artifactId> |
94 | | - </exclusion> |
95 | | - </exclusions> |
96 | 86 | </dependency> |
97 | 87 | <dependency> |
98 | 88 | <groupId>org.apache.hive</groupId> |
99 | | - <artifactId>hive-serde</artifactId> |
| 89 | + <artifactId>hive-it-custom-serde</artifactId> |
100 | 90 | <version>${project.version}</version> |
101 | 91 | <scope>test</scope> |
102 | 92 | </dependency> |
103 | 93 | <dependency> |
104 | 94 | <groupId>org.apache.hive</groupId> |
105 | | - <artifactId>hive-exec</artifactId> |
| 95 | + <artifactId>hive-it-util</artifactId> |
106 | 96 | <version>${project.version}</version> |
107 | 97 | <scope>test</scope> |
108 | | - <classifier>core</classifier> |
| 98 | + <exclusions> |
| 99 | + <exclusion> |
| 100 | + <groupId>org.apache.calcite</groupId> |
| 101 | + <artifactId>calcite-core</artifactId> |
| 102 | + </exclusion> |
| 103 | + </exclusions> |
109 | 104 | </dependency> |
110 | 105 | <dependency> |
111 | 106 | <groupId>org.apache.hive</groupId> |
112 | | - <artifactId>hive-exec</artifactId> |
| 107 | + <artifactId>hive-serde</artifactId> |
113 | 108 | <version>${project.version}</version> |
114 | 109 | <scope>test</scope> |
115 | | - <classifier>tests</classifier> |
116 | 110 | </dependency> |
117 | 111 | <!-- inter-project --> |
118 | 112 | <dependency> |
|
0 commit comments