Skip to content

Commit

Permalink
fix: corrected imports for #2958
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Kronegg authored and U117293 committed Jan 31, 2025
1 parent 21c5727 commit 32c9935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

import io.cucumber.core.backend.CucumberBackendException;
import io.cucumber.core.backend.ObjectFactory;
import jakarta.ejb.embeddable.EJBContainer;
import org.apache.openejb.OpenEjbContainer;
import org.apiguardian.api.API;

import javax.ejb.embeddable.EJBContainer;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import io.cucumber.java.en.Given;
import io.cucumber.java.en.Then;

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

import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down

0 comments on commit 32c9935

Please sign in to comment.