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 1616 <description >Parser between JTS and PostGIS geometry formats.</description >
1717
1818 <properties >
19+ <!-- Dependency versions -->
20+ <dependency .jts-version.version>1.16.1</dependency .jts-version.version>
21+
1922 <testWithDatabase >false</testWithDatabase >
2023 <jdbcDriverClassName >org.postgresql.Driver</jdbcDriverClassName >
2124 <jdbcUrl >jdbc:postgres_jts://localhost:5432/postgis1</jdbcUrl >
3235 <dependency >
3336 <groupId >org.locationtech.jts</groupId >
3437 <artifactId >jts</artifactId >
35- <version >1.16.0 </version >
38+ <version >${dependency.jts-version.version} </version >
3639 <type >pom</type >
3740 </dependency >
3841 <dependency >
3942 <groupId >org.locationtech.jts</groupId >
4043 <artifactId >jts-core</artifactId >
41- <version >1.16.0 </version >
44+ <version >${dependency.jts-version.version} </version >
4245 </dependency >
4346 <dependency >
4447 <groupId >org.locationtech.spatial4j</groupId >
You can’t perform that action at this time.
0 commit comments