Skip to content

Commit

Permalink
Add gt-api dependency and pin version of maven-dependency-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Sep 16, 2024
1 parent 2279f81 commit 375b34a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ SPDX-License-Identifier: MIT
<artifactId>jts-core</artifactId>
<version>${jts.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-api</artifactId>
<version>${geotools.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
Expand Down Expand Up @@ -614,6 +619,10 @@ SPDX-License-Identifier: MIT
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 375b34a

Please sign in to comment.