maven repo requires https in pom.xml
winter98 opened this issue ยท 1 comments
winter98 commented
Hi,
Had problems building this today and changing line 29 in pom.xml ๐
http://repo1.maven.org/maven2
to
https://repo1.maven.org/maven2
seems to work. Could you confirm if this should be updated ?
Thx.
navgag33 commented
I came here to create the ticket for same thing! Indeed it needs to be set to https to get the mvn client pull in the dependency, Good to know i am not the only one who got this issue! took me 5-10 mins before i realized what the issue was.