HomeAdvisor / Kafdrop

Kafka UI and Monitoring Tool
Apache License 2.0
398 stars 163 forks source link

maven repo requires https in pom.xml #54

Open winter98 opened 4 years ago

winter98 commented 4 years ago

Hi,

Had problems building this today and changing line 29 in pom.xml :+1:

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 4 years ago

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.