You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2020/02/11 06:14:05 UTC

[myfaces] branch master updated: remove outdated java.net maven repo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0172bb0  remove outdated java.net maven repo
0172bb0 is described below

commit 0172bb07aeb177158b5f328aef6be1295976256f
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Tue Feb 11 07:13:28 2020 +0100

    remove outdated java.net maven repo
---
 api/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index f4eb59d..e243ed1 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -477,15 +477,6 @@
                 <plugins>
                 </plugins>
             </build>
-
-            <!-- mojarra is only available on java.net -->
-            <pluginRepositories>
-                <pluginRepository>
-                    <id>java.net.repo</id>
-                    <name>java.net repository</name>
-                    <url>https://download.java.net/maven/2/</url>
-                </pluginRepository>
-            </pluginRepositories>
         </profile>
 
         <!--