Skip to content

Commit

Permalink
LRQA-58541 Keep weld in Wildfly deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnate5 authored and brianchandotcom committed May 20, 2020
1 parent 0515646 commit 9fbea53
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2465,20 +2465,6 @@ this task.
</replacevalue>
</replace>

<replace
file="${app.server.wildfly.dir}/standalone/configuration/standalone.xml"
>
<replacetoken><![CDATA[<extension module="org.jboss.as.weld"/>]]></replacetoken>
<replacevalue></replacevalue>
</replace>

<replaceregexp
file="${app.server.wildfly.dir}/standalone/configuration/standalone.xml"
flags="g"
match="&lt;subsystem xmlns=&quot;urn:jboss:domain:weld:\d\.\d&quot;\/&gt;"
replace=""
/>

<replace
file="${app.server.wildfly.dir}/standalone/configuration/standalone.xml"
>
Expand Down

0 comments on commit 9fbea53

Please sign in to comment.