Upgrade java 17
[usecase-ui/server.git] / server / src / main / java / org / onap / usecaseui / server / controller / lcm / SotnServiceQryController.java
index c91f28b..453b5f5 100644 (file)
@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.PathVariable;
 import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.ResponseBody;
 
-import javax.annotation.Resource;
+import jakarta.annotation.Resource;
 
 @Controller
 @org.springframework.context.annotation.Configuration