Skip to content

Commit

Permalink
make lavagna work on the latest wildfly (19.0.0) #135
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Mar 26, 2020
1 parent 2bf1e55 commit e83be04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version>

<!-- https://github.com/spring-projects/spring-framework/issues/21528 -->
<configuration>
<archive>
<manifestEntries>
<Dependencies>jdk.unsupported</Dependencies>
</manifestEntries>
</archive>
</configuration>

<!-- <configuration>
<webResources>
<resource>
Expand Down

0 comments on commit e83be04

Please sign in to comment.