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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2fb8524  METRON-2010 Unable to Build Metron Due to Inaccessible 
Repository (nickwallen) closes apache/metron#1343
2fb8524 is described below

commit 2fb8524ab46047aaf408691ac1d3143836371ab4
Author: nickwallen <[email protected]>
AuthorDate: Thu Feb 21 16:45:05 2019 -0500

    METRON-2010 Unable to Build Metron Due to Inaccessible Repository 
(nickwallen) closes apache/metron#1343
---
 metron-analytics/pom.xml | 7 -------
 metron-interface/pom.xml | 9 ---------
 pom.xml                  | 7 -------
 3 files changed, 23 deletions(-)

diff --git a/metron-analytics/pom.xml b/metron-analytics/pom.xml
index 04d00aa..704bbc7 100644
--- a/metron-analytics/pom.xml
+++ b/metron-analytics/pom.xml
@@ -83,13 +83,6 @@
                        <url>http://clojars.org/repo</url>
                </repository>
                <repository>
-                       <id>multiline-release-repo</id>
-                       
<url>https://raw.github.com/benelog/multiline/master/maven-repository</url>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-               <repository>
                        <id>sonatype.org</id>
                        
<url>https://oss.sonatype.org/content/groups/public/</url>
                        <snapshots>
diff --git a/metron-interface/pom.xml b/metron-interface/pom.xml
index 8858127..65f2c95 100644
--- a/metron-interface/pom.xml
+++ b/metron-interface/pom.xml
@@ -65,13 +65,4 @@
         <plugins>
         </plugins>
     </build>
-    <repositories>
-        <repository>
-            <id>multiline-release-repo</id>
-            
<url>https://raw.github.com/benelog/multiline/master/maven-repository</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
 </project>
diff --git a/pom.xml b/pom.xml
index 6ad3181..8b660c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,13 +63,6 @@
             
<url>http://repo.hortonworks.com/content/repositories/releases/</url>
             <layout>default</layout>
         </repository>
-        <repository>
-            <id>multiline-release-repo</id>
-            
<url>https://raw.github.com/benelog/multiline/master/maven-repository</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
     </repositories>
     <properties>
         <twitter>@ApacheMetron</twitter>

Reply via email to