Skip to content

Commit

Permalink
fix build with java 17
Browse files Browse the repository at this point in the history
update:
- maven-war-plugin to 3.4.0
- mockito-core to 4.0.0

with geosolutions-it/MapStore2#9851
  • Loading branch information
landryb committed Jul 11, 2024
1 parent 822fbca commit 7d7042d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<!-- mockito -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<artifactId>mockito-core</artifactId>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<!-- servlet -->
Expand Down Expand Up @@ -386,7 +386,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<version>3.4.0</version>
<configuration>
<packagingExcludes>
WEB-INF/lib/commons-codec-1.2.jar,
Expand Down

0 comments on commit 7d7042d

Please sign in to comment.