We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b8e1e commit 398680dCopy full SHA for 398680d
jaxrs/jaxrs-endpoint/src/test/java/org/javaee7/jaxrs/endpoint/MyResourceTest.java
@@ -6,8 +6,6 @@
6
7
package org.javaee7.jaxrs.endpoint;
8
9
-import java.io.File;
10
-import java.util.logging.Logger;
11
import javax.ws.rs.client.Client;
12
import javax.ws.rs.client.ClientBuilder;
13
import javax.ws.rs.client.Entity;
@@ -36,7 +34,7 @@ public class MyResourceTest {
36
34
*
37
35
* @return a war file
38
*/
39
-// @Deployment
+ @Deployment
40
// @TargetsContainer("wildfly-arquillian")
41
public static WebArchive createDeployment() {
42
WebArchive war = ShrinkWrap.create(WebArchive.class).
0 commit comments