Skip to content

Commit

Permalink
add dependency for geotools-api (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 authored Jun 3, 2024
1 parent 3e375bc commit 2ce5164
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@
<artifactId>gt-epsg-extension</artifactId>
<version>${geotools.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-api</artifactId>
<version>${geotools.version}</version>
</dependency>
<dependency>
<groupId>org.geotools.jdbc</groupId>
<artifactId>gt-jdbc-postgis</artifactId>
Expand Down

0 comments on commit 2ce5164

Please sign in to comment.