Skip to content

Commit c5fa7ea

Browse files
author
Christopher Gross
committed
jts-core
1 parent d03bc0e commit c5fa7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<version.jackson>2.10.1</version.jackson>
3636
<version.jakarta-bind-api>2.3.3</version.jakarta-bind-api>
3737
<version.jaxb>2.3.3</version.jaxb>
38-
<version.jts>1.19.0</version.jts>
38+
<version.jts-core>1.19.0</version.jts-core>
3939
<version.protostuff>1.6.2</version.protostuff>
4040
<version.slf4j>1.7.29</version.slf4j>
4141
</properties>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.locationtech.jts</groupId>
111111
<artifactId>jts-core</artifactId>
112-
<version>${version.jts}</version>
112+
<version>${version.jts-core}</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)