Skip to content

Commit 7dbde59

Browse files
author
Tore Trettenes
committed
Switch Esri Geometry API to an optional dependency
1 parent 0a7b1c8 commit 7dbde59

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

core-shaded/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
<groupId>org.hdrhistogram</groupId>
8989
<artifactId>HdrHistogram</artifactId>
9090
</dependency>
91+
<dependency>
92+
<groupId>com.esri.geometry</groupId>
93+
<artifactId>esri-geometry-api</artifactId>
94+
<optional>true</optional>
95+
</dependency>
9196
<dependency>
9297
<groupId>org.apache.tinkerpop</groupId>
9398
<artifactId>gremlin-core</artifactId>

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<dependency>
9191
<groupId>com.esri.geometry</groupId>
9292
<artifactId>esri-geometry-api</artifactId>
93+
<optional>true</optional>
9394
</dependency>
9495
<dependency>
9596
<groupId>org.apache.tinkerpop</groupId>

osgi-tests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
<groupId>org.reactivestreams</groupId>
7979
<artifactId>reactive-streams</artifactId>
8080
</dependency>
81+
<dependency>
82+
<groupId>com.esri.geometry</groupId>
83+
<artifactId>esri-geometry-api</artifactId>
84+
</dependency>
8185
<dependency>
8286
<groupId>org.apache.tinkerpop</groupId>
8387
<artifactId>gremlin-core</artifactId>

0 commit comments

Comments
 (0)