jHipChat
jHipChat copied to clipboard
Java implementation of the Hipchat API
Bug fix: make it possible to send messages with the notification permission only. Added junit in pom file to allow compiling and running the unit tests
The HipChat API allows you to specify a message_format when sending messages. The text messages behave a little different than the HTML messages (with @mention and emoticon support), so it's...
In order for maven build to work out of the box, JUnit must be available during the testing phase. With this update, the latest version will be added.
Hi, I simply added a junit dependency to the pom.xml so the project can build tests outside of an IDE. Thank you, DL
junit is a required test scope dependency for the project to build
Is it possible to build a repository for it on maven central repository?