Skip to content

Commit

Permalink
Replaced jakarta with javax
Browse files Browse the repository at this point in the history
Fixed version
  • Loading branch information
hbelmiro committed Sep 5, 2023
1 parent adfa283 commit 9b3a09b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-tests/part-filename/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<groupId>io.quarkiverse.openapi.generator</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import java.lang.reflect.Field;

import jakarta.ws.rs.FormParam;
import javax.ws.rs.FormParam;

import org.acme.openapi.api.DoNotGeneratePartFilenameApi;
import org.acme.openapi.api.DoNotUseFieldNameInPartFilenameApi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import java.lang.reflect.Field;

import jakarta.ws.rs.core.MediaType;
import javax.ws.rs.core.MediaType;

import org.jboss.resteasy.annotations.providers.multipart.PartFilename;
import org.jboss.resteasy.annotations.providers.multipart.PartType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import java.lang.reflect.Field;

import jakarta.ws.rs.core.MediaType;
import javax.ws.rs.core.MediaType;

import org.jboss.resteasy.reactive.PartFilename;
import org.jboss.resteasy.reactive.PartType;
Expand Down

0 comments on commit 9b3a09b

Please sign in to comment.