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

svn commit: r1630204 - /hive/branches/branch-0.14/pom.xml

Author: gunther
Date: Wed Oct  8 19:08:38 2014
New Revision: 1630204

URL: http://svn.apache.org/r1630204
Log:
HIVE-8403: Build broken by datanucleus.org being offline (Alan Gates via Gunther Hagleitner)

Modified:
    hive/branches/branch-0.14/pom.xml

Modified: hive/branches/branch-0.14/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/pom.xml?rev=1630204&r1=1630203&r2=1630204&view=diff
==============================================================================
--- hive/branches/branch-0.14/pom.xml (original)
+++ hive/branches/branch-0.14/pom.xml Wed Oct  8 19:08:38 2014
@@ -165,19 +165,6 @@
 
   <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,6 +194,11 @@
          <enabled>false</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 -->