File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed
core/src/main/java/org/everit/json/schema Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 13
13
import org .json .JSONException ;
14
14
import org .json .JSONObject ;
15
15
16
+ /*
17
+ This class is ported into the everit-org/json-schema library manually, to make the library run with
18
+ the android version of the library too, which doesn't include this class.
19
+
20
+ PS. it is fun to port my own contribution to org.json into everit-org/json-schema :)
21
+ */
22
+
16
23
/*
17
24
Copyright (c) 2002 JSON.org
18
25
Original file line number Diff line number Diff line change 11
11
import org .json .JSONObject ;
12
12
import org .json .JSONString ;
13
13
14
+
15
+ /*
16
+ This class is ported into the everit-org/json-schema library manually, to make the library run with
17
+ the android version of the library too, which doesn't include this class.
18
+ */
19
+
20
+
14
21
/*
15
22
Copyright (c) 2006 JSON.org
16
23
Original file line number Diff line number Diff line change 48
48
<groupId >junit</groupId >
49
49
<artifactId >junit</artifactId >
50
50
<version >4.12</version >
51
- <!-- <scope>test</scope>-->
52
51
</dependency >
53
52
<dependency >
54
53
<groupId >org.reflections</groupId >
55
54
<artifactId >reflections</artifactId >
56
55
<version >0.9.10</version >
57
- <!-- <scope>test</scope>-->
58
- </dependency >
59
- <dependency >
60
- <groupId >org.eclipse.jetty</groupId >
61
- <artifactId >jetty-server</artifactId >
62
- <version >9.3.4.RC0</version >
63
- <!-- <scope>test</scope>-->
64
56
</dependency >
65
57
<dependency >
66
58
<groupId >org.eclipse.jetty</groupId >
You can’t perform that action at this time.
0 commit comments