Skip to content

Commit 0be5a9d

Browse files
pwendellScrapCodes
authored andcommitted
Testing new Hive version with shaded jline
1 parent 4eaec65 commit 0be5a9d

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

pom.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<flume.version>1.4.0</flume.version>
127127
<zookeeper.version>3.4.5</zookeeper.version>
128128
<!-- Version used in Maven Hive dependency -->
129-
<hive.version>0.13.1a</hive.version>
129+
<hive.version>0.13.1b</hive.version>
130130
<!-- Version used for internal directory structure -->
131131
<hive.version.short>0.13.1</hive.version.short>
132132
<derby.version>10.10.1.1</derby.version>
@@ -231,22 +231,10 @@
231231
</snapshots>
232232
</repository>
233233
<repository>
234-
<!-- This is temporarily included to fix issues with Hive 0.12 -->
234+
<!-- This is temporarily included to fix issues with Hive 0.13 -->
235235
<id>spark-staging</id>
236236
<name>Spring Staging Repository</name>
237-
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1085</url>
238-
<releases>
239-
<enabled>true</enabled>
240-
</releases>
241-
<snapshots>
242-
<enabled>false</enabled>
243-
</snapshots>
244-
</repository>
245-
<repository>
246-
<!-- This is temporarily included to fix issues with Hive 0.13 -->
247-
<id>spark-staging-hive13</id>
248-
<name>Spring Staging Repository Hive 13</name>
249-
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1089/</url>
237+
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1090</url>
250238
<releases>
251239
<enabled>true</enabled>
252240
</releases>
@@ -1401,7 +1389,7 @@
14011389
<activeByDefault>false</activeByDefault>
14021390
</activation>
14031391
<properties>
1404-
<hive.version>0.13.1a</hive.version>
1392+
<hive.version>0.13.1b</hive.version>
14051393
<hive.version.short>0.13.1</hive.version.short>
14061394
<derby.version>10.10.1.1</derby.version>
14071395
</properties>

0 commit comments

Comments
 (0)