Skip to content

Commit

Permalink
[GEOS-11184] ncwms module has a compile dependency on gs-web-core tes…
Browse files Browse the repository at this point in the history
…t jar
  • Loading branch information
aaime committed Nov 16, 2023
1 parent 6dfee14 commit 981d86c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/community/ncwms/pom.xml
Expand Up @@ -67,6 +67,13 @@
<artifactId>gs-web-core</artifactId>
<version>${project.version}</version>
<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>
</project>

0 comments on commit 981d86c

Please sign in to comment.