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 Oct 3, 2023
1 parent e2a9c29 commit 0425583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/additional-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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 @@ -4,7 +4,7 @@

import java.util.HashMap;

import jakarta.inject.Inject;
import javax.inject.Inject;

import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.quarkiverse.openapi.generator.additionalproperties;

import jakarta.inject.Inject;
import javax.inject.Inject;

import org.assertj.core.api.Assertions;
import org.assertj.core.api.AssertionsForClassTypes;
Expand Down

0 comments on commit 0425583

Please sign in to comment.