This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Remove DropWizard dependencies from modules that can be pure JAX-RS #4
Labels
enhancement
New feature or request
Currently, the entire dropwizard-raml library is dependent on the core DropWizard libraries for the benefit of synchronising JAX-RS libraries.
With the exception of the DropWizard view component, all other modules can be made to be more JAX-RS + Jackson, allowing usage of the library outside of DropWizard services.
It will also allow SpringBoot JAX-RS modules to be included at a future point in time.
The text was updated successfully, but these errors were encountered: