HomeAdvisor/Kafdrop

maven repo requires https in pom.xml

winter98 opened this issue ยท 1 comments

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.

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.