Skip to content

Commit

Permalink
force war plugin version to get it working with more recent Java version
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed May 11, 2024
1 parent 15e92f5 commit 6bbbe8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 66 deletions.
5 changes: 5 additions & 0 deletions src/it/it-project-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>@version.maven-surefire@</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ under the License.
<artifactId>manifest-with-customEntry-manifest-file</artifactId>
<packaging>war</packaging>
<version>1</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

This file was deleted.

0 comments on commit 6bbbe8c

Please sign in to comment.