Skip to content

Commit

Permalink
[RESTEASY-1959] Removal of unused imports in JaxrsWithSpringMVCTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda authored and asoldano committed Jul 23, 2018
1 parent 4e6f0e8 commit 3703ad2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
package org.jboss.resteasy.test.spring.deployment;

import java.security.AllPermission;
import javax.json.JsonArray;

import javax.xml.ws.WebServicePermission;
import org.apache.http.HttpEntity;
import org.apache.http.util.EntityUtils;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.container.test.api.RunAsClient;
import org.jboss.arquillian.junit.Arquillian;
Expand All @@ -28,14 +24,10 @@
import javax.management.MBeanPermission;
import javax.management.MBeanServerPermission;
import javax.management.MBeanTrustPermission;
import javax.ws.rs.client.Entity;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.Response;
import java.io.FilePermission;
import java.lang.reflect.ReflectPermission;
import java.nio.ByteBuffer;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.PropertyPermission;
import java.util.logging.LoggingPermission;

Expand Down

0 comments on commit 3703ad2

Please sign in to comment.