File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
tests/src/test/java/org/everit/json/schema Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .everit .json .schema ;
17
17
18
- import org .eclipse .jetty .server .Server ;
19
18
import org .everit .json .schema .loader .SchemaLoader ;
20
19
import org .json .JSONArray ;
21
20
import org .json .JSONException ;
@@ -54,8 +53,6 @@ public static List<Object[]> params() {
54
53
55
54
private final File issueDir ;
56
55
57
- private Server server ;
58
-
59
56
private ServletSupport servletSupport ;
60
57
61
58
private List <String > validationFailureList ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .everit .json .schema ;
17
17
18
- import org .eclipse .jetty .server .Server ;
19
18
import org .everit .json .schema .loader .SchemaLoader ;
20
19
import org .json .JSONObject ;
21
20
import org .json .JSONTokener ;
25
24
26
25
public class RelativeURITest {
27
26
28
- private Server server ;
29
-
30
27
@ Test
31
28
public void test () throws URISyntaxException {
32
29
ServletSupport .withDocumentRoot ("/org/everit/json/schema/relative-uri/" )
You can’t perform that action at this time.
0 commit comments