You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/09/01 19:14:43 UTC

svn commit: r1164175 - /myfaces/core/trunk/pom.xml

Author: lu4242
Date: Thu Sep  1 17:14:43 2011
New Revision: 1164175

URL: http://svn.apache.org/viewvc?rev=1164175&view=rev
Log:
remove unused repositories to download dependencies

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=1164175&r1=1164174&r2=1164175&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Thu Sep  1 17:14:43 2011
@@ -554,13 +554,6 @@
 
         <!-- NOTE that apache.snapshots is defined in apache-parent -->
 
-        <!-- TODO jakobk: check if needed -->
-        <repository>
-            <id>java.net</id>
-            <name>java.net Maven 1 Repository</name>
-            <url>http://download.java.net/maven/2</url>
-        </repository>
-
         <!-- tomcat el-impl for test cases (see related tomcat-dependencies) -->
         <repository>
             <id>tomcat</id>
@@ -569,24 +562,6 @@
 
     </repositories>
     
-
-    <pluginRepositories>
-
-        <!-- TODO jakobk: check if needed -->
-        <pluginRepository>
-            <id>Codehaus Snapshots</id>
-            <url>http://snapshots.repository.codehaus.org/</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-
-    </pluginRepositories>
-    
-
     <distributionManagement>
         <site>
             <id>apache.website</id>