Skip to content

Commit

Permalink
Fixed contract id from Java to Jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej authored and lukasj committed Oct 12, 2023
1 parent f4c840f commit 93866f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsit/bundles/webservices-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<probe-provider-class-names>
com.sun.xml.ws.transport.http.servlet.JAXWSRIDeploymentProbeProvider,com.sun.xml.ws.transport.http.servlet.JAXWSRIServletProbeProvider
</probe-provider-class-names>
<_contract>!JavaServlet,*</_contract>
<_contract>!JakartaServlet,*</_contract>
</instructions>
</configuration>
</execution>
Expand Down

0 comments on commit 93866f0

Please sign in to comment.