Skip to content

Commit

Permalink
Avoid wanings about IAU missing in GWC test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed May 14, 2024
1 parent b692158 commit b3a04c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/gwc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-iau-wkt</artifactId>
<version>${gt.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b3a04c1

Please sign in to comment.