Skip to content

Commit 210d7e1

Browse files
pwendellScrapCodes
authored andcommitted
Revert "Testing new Hive version with shaded jline"
This reverts commit 37d972c.
1 parent 48518ce commit 210d7e1

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 additions & 4 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.1b</hive.version>
129+
<hive.version>0.13.1a</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,10 +231,22 @@
231231
</snapshots>
232232
</repository>
233233
<repository>
234-
<!-- This is temporarily included to fix issues with Hive 0.13 -->
234+
<!-- This is temporarily included to fix issues with Hive 0.12 -->
235235
<id>spark-staging</id>
236236
<name>Spring Staging Repository</name>
237-
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1090</url>
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>
238250
<releases>
239251
<enabled>true</enabled>
240252
</releases>
@@ -1389,7 +1401,7 @@
13891401
<activeByDefault>false</activeByDefault>
13901402
</activation>
13911403
<properties>
1392-
<hive.version>0.13.1b</hive.version>
1404+
<hive.version>0.13.1a</hive.version>
13931405
<hive.version.short>0.13.1</hive.version.short>
13941406
<derby.version>10.10.1.1</derby.version>
13951407
</properties>

0 commit comments

Comments
 (0)