Fixing resource initializer

This commit is contained in:
Luca Frosini 2024-05-30 11:53:14 +02:00
parent d5f0e646d0
commit d6498f19be
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
package org.gcube.service.helloworld;
import javax.ws.rs.ApplicationPath;
import org.gcube.service.helloworld.rest.HelloService;
import org.gcube.smartgears.annotations.ManagedBy;
import org.glassfish.jersey.server.ResourceConfig;
import jakarta.ws.rs.ApplicationPath;
/**
* @author Luca Frosini (ISTI - CNR)
*/