You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vi...@apache.org on 2018/06/22 21:14:33 UTC

[drill] 02/09: DRILL-6470: Remove defunct repository

This is an automated email from the ASF dual-hosted git repository.

vitalii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit fc825c5eff56a8433a967dd2dc41422442b68aaa
Author: Kunal Khatua <ku...@apache.org>
AuthorDate: Mon Jun 18 10:36:43 2018 -0700

    DRILL-6470: Remove defunct repository
    
    When build the Drill source code, Parquet jars from the repository hosted at http://repo.dremio.com/release/  is inaccessible.
    These artifacts (parquet libraries) are now available within http://maven.corp.maprtech.com/nexus/content/groups/public/org/apache/parquet/
    
    closes #1326
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index f69288e..30b9129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,18 +166,6 @@
     </repository>
 
     <repository>
-      <id>dremio-releases</id>
-      <name>Dremio Drill Third Party Artifacts</name>
-      <url>http://repo.dremio.com/release/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-
-    <repository>
       <id>mapr-drill-thirdparty</id>
       <name>MapR Drill Third Party Artifacts</name>
       <url>http://repository.mapr.com/nexus/content/repositories/drill/</url>