melloware commented on PR #268:
URL: https://github.com/apache/myfaces/pull/268#issuecomment-1146014530

   I had to update this to HTTPS:
   
   ```xml
    <url>http://repository.apache.org/snapshots</url>
   ```
   
   And I had to remove this entirely.
   
   ```xml
       <repositories>
   
           <!-- NOTE that apache.snapshots is defined in apache-parent -->
   
           <!-- tomcat el-impl for test cases (see related tomcat-dependencies) 
-->
           <repository>
               <id>tomcat</id>
               <url>http://tomcat.apache.org/dev/dist/m2-repository</url>
           </repository>
   
       </repositories>
   ```
   
   To get it to build under Maven 3.6.3 or higher.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to