Skip to content

Commit d26a071

Browse files
committed
changing com.esri.geometry dependency to runtime scope. Added doc.
1 parent 72a375c commit d26a071

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

PERF/cdm-v4.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ spark.cdm.perfops.writeRateLimit 5000
216216
# as Epoch milliseconds
217217
# TIMESTAMP_STRING_FORMAT : timestamp stored in a String,
218218
# with a custom format
219+
# POLYGON_TYPE : PolygonType geospatial DSE type
220+
# POINT_TYPE : PointType geospatial DSE type
221+
# LINE_STRING : LineStringType geospatial DSE type
222+
# DATE_RANGE : DateRange DSE type
219223
#
220224
# *** NOTE where there are multiple type pair options, such as with
221225
# *** TIMESTAMP_STRING, only one can be configured at a time.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
<version>${log4j.version}</version>
145145
</dependency>
146146
<dependency>
147+
<scope>runtime</scope>
147148
<groupId>com.esri.geometry</groupId>
148149
<artifactId>esri-geometry-api</artifactId>
149150
<version>2.2.0</version>

0 commit comments

Comments
 (0)