File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
<description >Parser between JTS and PostGIS geometry formats.</description >
17
17
18
18
<properties >
19
+ <!-- Dependency versions -->
20
+ <dependency .jts-version.version>1.16.1</dependency .jts-version.version>
21
+
19
22
<testWithDatabase >false</testWithDatabase >
20
23
<jdbcDriverClassName >org.postgresql.Driver</jdbcDriverClassName >
21
24
<jdbcUrl >jdbc:postgres_jts://localhost:5432/postgis1</jdbcUrl >
32
35
<dependency >
33
36
<groupId >org.locationtech.jts</groupId >
34
37
<artifactId >jts</artifactId >
35
- <version >1.16.0 </version >
38
+ <version >${dependency.jts-version.version} </version >
36
39
<type >pom</type >
37
40
</dependency >
38
41
<dependency >
39
42
<groupId >org.locationtech.jts</groupId >
40
43
<artifactId >jts-core</artifactId >
41
- <version >1.16.0 </version >
44
+ <version >${dependency.jts-version.version} </version >
42
45
</dependency >
43
46
<dependency >
44
47
<groupId >org.locationtech.spatial4j</groupId >
You can’t perform that action at this time.
0 commit comments