|
29 | 29 | <name>Drill : Contrib : Storage : Phoenix</name> |
30 | 30 |
|
31 | 31 | <properties> |
32 | | - <phoenix.version>5.1.3</phoenix.version> |
33 | | - <!-- Limit the HBase minicluster version to 2.4.x to avoid a dependency conflict. --> |
34 | | - <hbase.minicluster.version>2.4.17</hbase.minicluster.version> |
| 32 | + <phoenix.version>5.2.0</phoenix.version> |
35 | 33 | <skipTests>false</skipTests> |
36 | 34 | </properties> |
37 | 35 |
|
|
198 | 196 | </dependency> |
199 | 197 | <dependency> |
200 | 198 | <groupId>org.apache.phoenix</groupId> |
201 | | - <artifactId>phoenix-hbase-compat-2.4.0</artifactId> |
| 199 | + <artifactId>phoenix-hbase-compat-2.4.1</artifactId> |
202 | 200 | <version>${phoenix.version}</version> |
203 | 201 | <scope>test</scope> |
204 | 202 | </dependency> |
|
211 | 209 | <dependency> |
212 | 210 | <groupId>org.apache.hbase</groupId> |
213 | 211 | <artifactId>hbase-it</artifactId> |
214 | | - <version>${hbase.minicluster.version}</version> |
| 212 | + <version>${hbase.version}</version> |
215 | 213 | <classifier>tests</classifier> |
216 | 214 | <scope>test</scope> |
217 | 215 | <exclusions> |
|
224 | 222 | <dependency> |
225 | 223 | <groupId>org.apache.hbase</groupId> |
226 | 224 | <artifactId>hbase-common</artifactId> |
227 | | - <version>${hbase.minicluster.version}</version> |
| 225 | + <version>${hbase.version}</version> |
228 | 226 | <classifier>tests</classifier> |
229 | 227 | <scope>test</scope> |
230 | 228 | </dependency> |
231 | 229 | <dependency> |
232 | 230 | <groupId>org.apache.hbase</groupId> |
233 | 231 | <artifactId>hbase-client</artifactId> |
234 | | - <version>${hbase.minicluster.version}</version> |
| 232 | + <version>${hbase.version}</version> |
235 | 233 | <scope>test</scope> |
236 | 234 | </dependency> |
237 | 235 | <dependency> |
238 | 236 | <groupId>org.apache.hbase</groupId> |
239 | 237 | <artifactId>hbase-server</artifactId> |
240 | | - <version>${hbase.minicluster.version}</version> |
| 238 | + <version>${hbase.version}</version> |
241 | 239 | <scope>test</scope> |
242 | 240 | </dependency> |
243 | 241 | <dependency> |
244 | 242 | <groupId>org.apache.hbase</groupId> |
245 | 243 | <artifactId>hbase-protocol-shaded</artifactId> |
246 | | - <version>${hbase.minicluster.version}</version> |
| 244 | + <version>${hbase.version}</version> |
247 | 245 | <scope>test</scope> |
248 | 246 | </dependency> |
249 | 247 | <dependency> |
250 | 248 | <groupId>org.apache.hbase</groupId> |
251 | 249 | <artifactId>hbase-hadoop-compat</artifactId> |
252 | | - <version>${hbase.minicluster.version}</version> |
| 250 | + <version>${hbase.version}</version> |
253 | 251 | <scope>test</scope> |
254 | 252 | </dependency> |
255 | 253 | <dependency> |
256 | 254 | <groupId>org.apache.hbase</groupId> |
257 | 255 | <artifactId>hbase-asyncfs</artifactId> |
258 | 256 | <classifier>tests</classifier> |
259 | | - <version>${hbase.minicluster.version}</version> |
| 257 | + <version>${hbase.version}</version> |
260 | 258 | <scope>test</scope> |
261 | 259 | <exclusions> |
262 | 260 | <exclusion> |
|
302 | 300 | <dependency> |
303 | 301 | <groupId>org.apache.hbase</groupId> |
304 | 302 | <artifactId>hbase-testing-util</artifactId> |
305 | | - <version>${hbase.minicluster.version}</version> |
| 303 | + <version>${hbase.version}</version> |
306 | 304 | <scope>test</scope> |
307 | 305 | <exclusions> |
308 | 306 | <exclusion> |
|
0 commit comments