Skip to content

Commit

Permalink
Set gs-acl-testcontainer dependency to test scope in examples/java-cl…
Browse files Browse the repository at this point in the history
…ient
  • Loading branch information
groldan committed Aug 11, 2024
1 parent f59b80e commit 645bcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<dependency>
<groupId>org.geoserver.acl</groupId>
<artifactId>gs-acl-testcontainer</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand All @@ -74,7 +75,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 645bcdb

Please sign in to comment.