Skip to content

Commit

Permalink
Make <command> match blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Feb 14, 2023
1 parent 8e7f158 commit 8810d3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@
<version>${wildfly-maven-plugin.version}</version>
<configuration>
<commands>
<command>
/subsystem=undertow/application-security-domain=other:write-attribute(name=integrated-jaspi, value=false)
</command>
<command>/subsystem=undertow/application-security-domain=other:write-attribute(name=integrated-jaspi, value=false)</command>
<command>reload</command>
</commands>
</configuration>
Expand Down

0 comments on commit 8810d3c

Please sign in to comment.