Skip to content

Commit

Permalink
Explicitly include org.json:json as direct dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adutra committed Feb 24, 2020
1 parent 7af43c5 commit ca8de6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@
<artifactId>esri-geometry-api</artifactId>
<version>${esri.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
Expand Down

0 comments on commit ca8de6a

Please sign in to comment.