# HG changeset patch # User Jaroslav Tulach # Date 1313853688 -7200 # Node ID accdcc2ab3122e08c9002029b066a09b104a42d2 # Parent bc4ddef8976369318de311d35214ca9f21bdfbf4 Enabling webidor tests, fails misserabley due to http://java.net/jira/browse/JERSEY-757 diff -r bc4ddef89763 -r accdcc2ab312 webidor/pom.xml --- a/webidor/pom.xml Sat Aug 20 17:14:23 2011 +0200 +++ b/webidor/pom.xml Sat Aug 20 17:21:28 2011 +0200 @@ -56,7 +56,7 @@ com.sun.jersey.jersey-test-framework - jersey-test-framework-http + jersey-test-framework-embedded-glassfish ${jerseyVersion} test @@ -119,7 +119,11 @@ maven-surefire-plugin 2.9 - true + false + pertest + + javax:javaee-web-api +