Migrate from javaxto jakarta

This commit is contained in:
Stephan Schnabel 2023-07-12 11:19:08 +02:00 committed by Stephan Schnabel
parent ee01b2562b
commit 398239d79c
3 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
package io.kokuwa.keycloak.metrics.junit;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.core.MediaType;
import jakarta.ws.rs.Consumes;
import jakarta.ws.rs.GET;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.core.MediaType;
/**
* JAX-RS client for prometheus endpoint.