Skip to content

Commit 0be951b

Browse files
authored
org.json package must be deployed when using GeographySupport (#622)
Issue:99519
1 parent 10add7e commit 0be951b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gxgeospatial/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<artifactId>gxclassR</artifactId>
2020
<version>${project.version}</version>
2121
</dependency>
22+
<dependency>
23+
<groupId>org.json</groupId>
24+
<artifactId>json</artifactId>
25+
<version>20180813</version>
26+
</dependency>
2227
<dependency>
2328
<groupId>org.locationtech.spatial4j</groupId>
2429
<artifactId>spatial4j</artifactId>

0 commit comments

Comments
 (0)