sigmasternchen / minecraft-matrix-bridge

GNU Affero General Public License v3.0
8 stars 1 forks source link

Could not resolve dependencies #13

Open Nothack86 opened 1 year ago

Nothack86 commented 1 year ago

obrazek I don't know much about Java coding, but I think that website serving some of the dependencies has expired ssl certificate. Is there something I can do to fix it?

sigmasternchen commented 1 year ago

Hi, thank you for opening the issue.

Unfortunately, this repository is not actively maintained at the moment. The Matrix library we used stopped being maintained a few years back, and they seem to have changed something regarding their maven repository. The best solution would be to switch to a different Matrix SDK, but as far as I'm aware there isn't really a good replacement. So I don't think we will fix that in the near future.

You could try using the -Dmaven.wagon.http.ssl.insecure=true flag.

Alternatively you can check out one of the other Minecraft-Matrix-bridge projects. The following two look promising:

I hope, this helps.

Best regards!