Skip to content

Commit ca8de6a

Browse files
committed
Explicitly include org.json:json as direct dependency
org.json:json is a transitive dependency of ESRI. ESRI pulls in the version 20090211, which not only is very old, but also has the inconvenience of not being an OSGi bundle, and not having attached sources. Using a more recent version (20190722) allows us to generate better javadocs for the shaded jar, and to run OSGi tests that exercise geotypes.
1 parent 7af43c5 commit ca8de6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@
145145
<artifactId>esri-geometry-api</artifactId>
146146
<version>${esri.version}</version>
147147
</dependency>
148+
<dependency>
149+
<groupId>org.json</groupId>
150+
<artifactId>json</artifactId>
151+
<version>${json.version}</version>
152+
</dependency>
148153
<dependency>
149154
<groupId>org.apache.tinkerpop</groupId>
150155
<artifactId>gremlin-core</artifactId>

0 commit comments

Comments
 (0)