Skip to content

Missing dependency - com.mashape.unirest:unirest-java #7

@philBrown

Description

@philBrown

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

Exception in thread "main" java.lang.NoClassDefFoundError: com/mashape/unirest/request/HttpRequest
	at com.messagemedia.messages.controllers.BaseController.getClientInstance(BaseController.java:81)

This com.mashape.unirest package is used in

  • src/main/java/com/messagemedia/messages/http/client/UnirestClient.java, and
  • src/main/java/com/messagemedia/messages/APIHelper.java

but the package isn't part of this project or any of its dependencies.

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions