Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzhan committed Oct 1, 2014
1 parent d9b981d commit 3ced0d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@
</properties>

<repositories>
<repository>
<id>spark-hive</id>
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
<name>Spark hive Repository</name>
<url>https://oss.sonatype.org/content/repositories/orgspark-project-1079/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>central</id>
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
Expand Down
6 changes: 3 additions & 3 deletions sql/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@
</activation>
<dependencies>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>${hive.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<exclusions>
Expand All @@ -201,7 +201,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>${hive.version}</version>
<exclusions>
Expand Down

0 comments on commit 3ced0d7

Please sign in to comment.