From d6498f19be4a125cf988a1928abf37fb92968730 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 30 May 2024 11:53:14 +0200 Subject: [PATCH] Fixing resource initializer --- .../org/gcube/service/helloworld/ResourceInitializer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/service/helloworld/ResourceInitializer.java b/src/main/java/org/gcube/service/helloworld/ResourceInitializer.java index 93c5e06..5effa85 100644 --- a/src/main/java/org/gcube/service/helloworld/ResourceInitializer.java +++ b/src/main/java/org/gcube/service/helloworld/ResourceInitializer.java @@ -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) */