HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
533 stars 151 forks source link

Update Example pom.xml to have the correct references #342

Closed thom-de-m closed 3 years ago

thom-de-m commented 3 years ago

The Example maven module had a pom.xml with an incorrect dependency and also did not have the new hypixel repository linked to it, thus the module was unable to be used by people when trying to run the examples.

Resolves #341