Skip to content

Commit f197797

Browse files
committed
pom cleanup, adding comments about authorship of backported classes
1 parent a12c8b3 commit f197797

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

core/src/main/java/org/everit/json/schema/JSONPointer.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
import org.json.JSONException;
1414
import org.json.JSONObject;
1515

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+
1623
/*
1724
Copyright (c) 2002 JSON.org
1825

core/src/main/java/org/everit/json/schema/internal/JSONWriter.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
import org.json.JSONObject;
1212
import org.json.JSONString;
1313

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+
1421
/*
1522
Copyright (c) 2006 JSON.org
1623

tests/vanilla/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,11 @@
4848
<groupId>junit</groupId>
4949
<artifactId>junit</artifactId>
5050
<version>4.12</version>
51-
<!--<scope>test</scope>-->
5251
</dependency>
5352
<dependency>
5453
<groupId>org.reflections</groupId>
5554
<artifactId>reflections</artifactId>
5655
<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>-->
6456
</dependency>
6557
<dependency>
6658
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)