You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/04/29 13:19:32 UTC

[isis] branch master updated: ISIS-2072: removes reference to maven2-repository.dev.java.net

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 057a061  ISIS-2072: removes reference to maven2-repository.dev.java.net
057a061 is described below

commit 057a06112c62dceb3b88b0084f926b8382d37789
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Apr 29 14:02:01 2019 +0100

    ISIS-2072: removes reference to maven2-repository.dev.java.net
    
    Certificate error.
    
    Failed to resolve dependencies for one or more projects in the reactor. Reason: Could not transfer artifact org.apache.isis.core:isis-core-schema:jar:1.17.0.20190429-1255-f3a54c7c from/to maven2-repository.dev.java.net (http://download.java.net/maven/2/): Certificate for <download.java.net> doesn't match any of the subject alternative names: [download.oracle.com, epd-akam-us.oracle.com, epd-akam-ca.oracle.com, epd-akam-intl.oracle.com, aru-akam.oracle.com]
    
    I'm hoping that we don't actually need this cert.
---
 core/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index dbb964d..bb8079d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -404,23 +404,6 @@
               <enabled>false</enabled>
             </snapshots>
         </repository>
-        <repository>
-            <id>maven2-repository.dev.java.net</id>
-            <name>Java.net Repository for Maven</name>
-            <url>http://download.java.net/maven/2/</url>
-            <layout>default</layout>
-            <snapshots>
-              <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>maven-repository.dev.java.net</id>
-            <name>Java.net Maven 1 Repository (legacy)</name>
-            <url>http://download.java.net/maven/1</url>
-            <snapshots>
-              <enabled>false</enabled>
-            </snapshots>
-        </repository>
 
     </repositories>