Skip to content

Commit

Permalink
fix: moved MoxyJsonFeatureCustomJsonProvider.java into a better position
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi committed Nov 21, 2024
1 parent 3c58415 commit f06bf99
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 f06bf99

Please sign in to comment.