Combine bootique-jersey with bootique-jersey-client in one project
andrus opened this issue · 0 comments
andrus commented
A pattern in Bootique is to organize a single project around a technology we'd like to integrate. In this respect Jersey is different. We have both "bootique-jersey" (this project) and "bootique-jersey-client" projects. Let's combine them together.
Upgrade notes:
Everything can stay the same from the user perspective except for the artifacts "groupId". It will be changed from "io.bootique.jersey.client" to "io.bootique.jersey" for the client.