Skip to content
Snippets Groups Projects
Commit 428fc3b2 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

chore (deps): Upgrade to jakarta. App builds

parent 9e44b077
Branches
Tags
3 merge requests!35build: New dummy version for testing the pipeline,!34Main,!33Jakarta vipsutv 904
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -23,14 +23,14 @@ import java.util.Collections;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.http.HttpServletRequest;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.Response;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.ws.rs.GET;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.PathParam;
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.WebApplicationException;
import jakarta.ws.rs.core.Context;
import jakarta.ws.rs.core.Response;
import no.nibio.vips.entity.ModelConfiguration;
import no.nibio.vips.entity.Result;
import no.nibio.vips.ipmdecisions.DataTransformer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment