We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3286ba0 commit 957b095Copy full SHA for 957b095
RestEasy Example/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
@@ -1,13 +1,17 @@
1
<jboss-deployment-structure>
2
<deployment>
3
+
4
<exclude-subsystems>
5
<subsystem name="resteasy" />
6
</exclude-subsystems>
- <exclusions>
7
8
+ <exclusions>
9
<module name="javaee.api" />
10
<module name="javax.ws.rs.api" />
11
<module name="org.jboss.resteasy.resteasy-jaxrs" />
12
</exclusions>
- <local-last value="true" />
- </deployment>
13
14
+ <local-last value="true" />
15
16
+ </deployment>
17
</jboss-deployment-structure>
0 commit comments