Management rest api wants to add some default jq selector to the swagger api docs so that the downstream client tool can use it as a starting point to filter/format the json response to a more readable form. In order to test these jq selectors, we would like to use a java library described here: https://github.com/arakelian/java-jq, it basically provides a java wrapper around 'jq' tool. Github shows both MIT and apache license. We will only be using it for testing.
-- Cheers Jinmei