Skip to content

Commit 9c0649b

Browse files
authored
org.json dependency is no longer used. Removing 3rd party library. (#385)
1 parent cce42e7 commit 9c0649b

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -48,45 +48,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4848
SOFTWARE.
4949

5050

51-
----------------------- Dependencies Grouped by License ------------
52-
-------- Dependency
53-
org.json:json
54-
-------- Copyrights
55-
Copyright (c) 2002 JSON.org
56-
Copyright (c) 2008 JSON.org
57-
Copyright (c) 2018 JSON.org
58-
Copyright (c) 2006 JSON.org
59-
Copyright (c) 2015 JSON.org
60-
61-
-------- Dependencies Summary
62-
org.json:json
63-
64-
-------- License used by Dependencies
65-
============================================================================
66-
67-
Copyright (c) 2002 JSON.org
68-
69-
Permission is hereby granted, free of charge, to any person obtaining a copy
70-
of this software and associated documentation files (the "Software"), to deal
71-
in the Software without restriction, including without limitation the rights
72-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
73-
copies of the Software, and to permit persons to whom the Software is
74-
furnished to do so, subject to the following conditions:
75-
76-
The above copyright notice and this permission notice shall be included in all
77-
copies or substantial portions of the Software.
78-
79-
The Software shall be used for Good, not Evil.
80-
81-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87-
SOFTWARE.
88-
89-
9051
----------------------- Dependencies Grouped by License ------------
9152
-------- Dependency
9253
com.github.spullara.mustache.java:compiler

imagetool/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
<groupId>info.picocli</groupId>
3131
<artifactId>picocli</artifactId>
3232
</dependency>
33-
<dependency>
34-
<groupId>org.json</groupId>
35-
<artifactId>json</artifactId>
36-
</dependency>
3733
<dependency>
3834
<groupId>org.junit.jupiter</groupId>
3935
<artifactId>junit-jupiter-engine</artifactId>

installer/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<groupId>info.picocli</groupId>
3232
<artifactId>picocli</artifactId>
3333
</dependency>
34-
<dependency>
35-
<groupId>org.json</groupId>
36-
<artifactId>json</artifactId>
37-
</dependency>
3834
<dependency>
3935
<groupId>com.github.spullara.mustache.java</groupId>
4036
<artifactId>compiler</artifactId>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
<artifactId>picocli</artifactId>
6666
<version>4.6.3</version>
6767
</dependency>
68-
<dependency>
69-
<groupId>org.json</groupId>
70-
<artifactId>json</artifactId>
71-
<version>20200518</version>
72-
</dependency>
7368
<dependency>
7469
<groupId>org.junit.jupiter</groupId>
7570
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)