-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore wrongly scoped Jersey related dependencies
Even with 0.26.0 release was still getting strange runtime errors in downstream repositories. On further investigation realised this was become some dependencies has been erroneously moved to test scope when they were in fact required for servers to run correctly. They were wrongly classified by dependency analysis as unused because they are not directly used, rather indirectly via Service Loading. This also explains why the tests here didn't fail as these dependencies has simpy been moved to test scope so they were present for the tests and allowed those to pass successfully.
- Loading branch information
Showing
1 changed file
with
25 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters