Fixing resource initializer
This commit is contained in:
parent
d5f0e646d0
commit
d6498f19be
|
@ -1,11 +1,11 @@
|
||||||
package org.gcube.service.helloworld;
|
package org.gcube.service.helloworld;
|
||||||
|
|
||||||
import javax.ws.rs.ApplicationPath;
|
|
||||||
|
|
||||||
import org.gcube.service.helloworld.rest.HelloService;
|
import org.gcube.service.helloworld.rest.HelloService;
|
||||||
import org.gcube.smartgears.annotations.ManagedBy;
|
import org.gcube.smartgears.annotations.ManagedBy;
|
||||||
import org.glassfish.jersey.server.ResourceConfig;
|
import org.glassfish.jersey.server.ResourceConfig;
|
||||||
|
|
||||||
|
import jakarta.ws.rs.ApplicationPath;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue