Java Tracking HTTP API - dependencies?

I am implementing Piwik Tracking HTTP API as a filter in an existing application.
At runtime, I am getting java.lang.ClassNotFoundException: javax.json.JsonValue when I create the PiwikRequestObject.
Where can I get a list of runtime dependencies so that I can ensure the appropriate jars on the server classpath?

thanks!