Skip to content

Commit

Permalink
changed import from javax.json.JsonArray to jakarta.json.JsonArray
Browse files Browse the repository at this point in the history
  • Loading branch information
rsearls authored and jimma committed Jun 7, 2021
1 parent 31af14a commit bb9ad4b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
package org.jboss.resteasy.test.spring.deployment;

import javax.json.JsonArray;
import jakarta.json.JsonArray;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.container.test.api.RunAsClient;
import org.jboss.arquillian.junit.Arquillian;
Expand Down

0 comments on commit bb9ad4b

Please sign in to comment.