Skip to content

Commit 6bc9204

Browse files
committed
rebase and remove temparory repo
1 parent d3aa3f2 commit 6bc9204

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,6 @@
143143
</properties>
144144

145145
<repositories>
146-
<repository>
147-
<id>spark-hive</id>
148-
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
149-
<name>Spark hive Repository</name>
150-
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1079/</url>
151-
<releases>
152-
<enabled>true</enabled>
153-
</releases>
154-
<snapshots>
155-
<enabled>false</enabled>
156-
</snapshots>
157-
</repository>
158146
<repository>
159147
<id>central</id>
160148
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->

sql/hive/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@
185185
</activation>
186186
<dependencies>
187187
<dependency>
188-
<groupId>org.spark-project.hive</groupId>
188+
<groupId>org.apache.hive</groupId>
189189
<artifactId>hive-metastore</artifactId>
190190
<version>${hive.version}</version>
191191
</dependency>
192192
<dependency>
193-
<groupId>org.spark-project.hive</groupId>
193+
<groupId>org.apache.hive</groupId>
194194
<artifactId>hive-exec</artifactId>
195195
<version>${hive.version}</version>
196196
<exclusions>
@@ -201,7 +201,7 @@
201201
</exclusions>
202202
</dependency>
203203
<dependency>
204-
<groupId>org.spark-project.hive</groupId>
204+
<groupId>org.apache.hive</groupId>
205205
<artifactId>hive-serde</artifactId>
206206
<version>${hive.version}</version>
207207
<exclusions>

0 commit comments

Comments
 (0)