Skip to content

Commit

Permalink
Merge pull request #4144 from Agnul97/fix-refactor_custom_moxy_featur…
Browse files Browse the repository at this point in the history
…e_position

✨ Moved MoxyJsonFeatureCustomJsonProvider in a better position
  • Loading branch information
Coduz authored Nov 22, 2024
2 parents 97f6669 + f06bf99 commit 788eec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Contributors:
* Eurotech - initial API and implementation
*******************************************************************************/
package org.eclipse.kapua.app.api.web;
package org.eclipse.kapua.app.api.core;

import org.glassfish.jersey.internal.InternalProperties;
import org.glassfish.jersey.internal.util.PropertiesHelper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import org.eclipse.kapua.app.api.core.KapuaSerializableBodyWriter;
import org.eclipse.kapua.app.api.core.ListBodyWriter;
import org.eclipse.kapua.app.api.core.MoxyJsonConfigContextResolver;
import org.eclipse.kapua.app.api.core.MoxyJsonFeatureCustomJsonProvider;
import org.eclipse.kapua.commons.rest.errors.ExceptionConfigurationProvider;
import org.eclipse.kapua.locator.KapuaLocator;
import org.eclipse.kapua.locator.guice.GuiceLocatorImpl;
Expand Down

0 comments on commit 788eec8

Please sign in to comment.