Skip to content

Commit

Permalink
Correct XML from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jan 21, 2025
1 parent 8f32176 commit f92901d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Set name="extractWars">true</Set>
<Set name="containerScanJarPattern">
<Property name="jetty.deploy.containerScanJarPattern">
<Default>.*/jakarta.servlet-api-[^/]*\.jar$|.*jakarta.servlet.jsp.jstl-.*\.jar$</Default>
<Default>.*/jakarta.servlet-api-[^/]*\.jar$|.*wasp-.*\.jar$|.*jakarta.servlet.jsp.jstl-.*\.jar$</Default>
</Property>
</Set>
<Set name="webInfScanJarPattern" property="jetty.deploy.webInfScanJarPattern" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Set name="configurationClasses" property="jetty.deploy.configurationClasses" />
<Set name="containerScanJarPattern">
<Property name="jetty.deploy.containerScanJarPattern">
<Default>.*/jakarta.servlet-api-[^/]*\.jar$|.*wasp-.*\.jar$|.*jakarta.servlet.jsp.jstl-.*\.jar$</Default>
<Default>.*/jakarta.servlet-api-[^/]*\.jar$|.*wasp-.*\.jar$|.*jakarta.servlet.jsp.jstl-.*\.jar$</Default>
</Property>
</Set>
<Set name="webInfScanJarPattern" property="jetty.deploy.webInfScanJarPattern" />
Expand Down

0 comments on commit f92901d

Please sign in to comment.