Open philBrown opened 5 years ago
Hi, what is the release date for this issue fix?
Thanks
Hi, Unirest get's pulled in from the jitpack repo and should be the first dependency. HAve looked into some of the issues that people have been having with this particular dependency and they seem to be related to the fact that its hosted on jitpack not on maven central. It's additionally a custom version of unirest. I will be pushing a version of this, this week, which no longer uses unirest (it will use square's okhttp).
@coderbec I highly doubt it's got anything to do with the repo location since when this bug was raised, there was literally no dependency for unirest-java
. You only added that on Jan 18 ~ https://github.com/messagemedia/messages-java-sdk/commit/c74588ec4ee98b2a58543299762607561b41ced5#diff-600376dffeb79835ede4a0b285078036R98
Was trying to have a go with your API after having a chat with the lovely folk at your YOW! booth in Melbourne and immediately ran into this error using v1.2.0
This
com.mashape.unirest
package is used insrc/main/java/com/messagemedia/messages/http/client/UnirestClient.java
, andsrc/main/java/com/messagemedia/messages/APIHelper.java
but the package isn't part of this project or any of its dependencies.
Cheers