Page 1 of 1

Template Ecuador without maven repository https

Posted: 20 Jan 2020, 16:37
by ForMedici
Hello,

I use Template Ecuador together with the Maven dependency manager, programming in Java. As of January 15th, Maven does not allow dependencies with the http repository.

I did a series of tests and realized that the dependency with conflict is that of Ecuador. I would like to know if you intend to change the dependency URL

Below is the error message and how I import the dependency in my project.


Error : Failed to transfer file: http://repo.maven.apache.org/maven2/org ... -2.0.0.pom. Return code is: 501 , ReasonPhrase:HTTPS Required

<!--Template Ecuador Prime Faces-->
<dependency>
<groupId>org.primefaces.themes</groupId>
<artifactId>ecuador</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>

Re: Template Ecuador without maven repository https

Posted: 24 Jan 2020, 08:16
by mert.sincan