You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2014/10/13 21:20:32 UTC

svn commit: r1631513 - in /hive/branches/spark: ./ pom.xml

Author: brock
Date: Mon Oct 13 19:20:32 2014
New Revision: 1631513

URL: http://svn.apache.org/r1631513
Log:
HIVE-8442 Revert HIVE-8403 (Alan Gates)

Modified:
    hive/branches/spark/   (props changed)
    hive/branches/spark/pom.xml

Propchange: hive/branches/spark/
------------------------------------------------------------------------------
  Merged /hive/trunk:r1631471

Modified: hive/branches/spark/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/spark/pom.xml?rev=1631513&r1=1631512&r2=1631513&view=diff
==============================================================================
--- hive/branches/spark/pom.xml (original)
+++ hive/branches/spark/pom.xml Mon Oct 13 19:20:32 2014
@@ -168,6 +168,19 @@
 
   <repositories>
     <repository>
+      <id>datanucleus</id>
+      <name>datanucleus maven repository</name>
+      <url>http://www.datanucleus.org/downloads/maven2</url>
+      <layout>default</layout>
+      <releases>
+        <enabled>true</enabled>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
       <id>glassfish-repository</id>
       <url>http://maven.glassfish.org/content/groups/glassfish</url>
       <releases>
@@ -207,11 +220,6 @@
          <enabled>true</enabled>
        </snapshots>
      </repository>
-    <repository>
-      <id>repository.jboss.org-public</id>
-      <name>JBoss repository</name>
-      <url>https://repository.jboss.org/nexus/content/groups/public</url>
-    </repository>
   </repositories>
 
   <!-- Hadoop dependency management is done at the bottom under profiles -->