roskart / dropwizard-jaxws

Dropwizard bundle that enables building SOAP web services and clients using JAX-WS API
Apache License 2.0
43 stars 36 forks source link

Dropwizard Core package namespace change #38

Open Sbennett99 opened 1 year ago

Sbennett99 commented 1 year ago

JAXWSBundle

import io.dropwizard.ConfiguredBundle;

has now moved to

import io.dropwizard.core.ConfiguredBundle;

Similar issues with other dropwizard dependencies have also changed