Skip to content

Commit

Permalink
[JBWS-4441]:Upgrade WildFly to 34.0.1.Final for java11
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed Jan 14, 2025
1 parent bf324a6 commit 0a1333b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,15 @@
<dependencies>
</dependencies>
</profile>
<profile>
<id>jdk11</id>
<activation>
<jdk>(,17)</jdk>
</activation>
<properties>
<wildfly.version>34.0.1.Final</wildfly.version>
</properties>
</profile>
<!-- [JBWS-3666] -->
<profile>
<id>eclipse-m2e</id>
Expand Down

0 comments on commit 0a1333b

Please sign in to comment.