Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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