-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathlayer-spec.xml
More file actions
18 lines (17 loc) · 718 Bytes
/
layer-spec.xml
File metadata and controls
18 lines (17 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" ?>
<!--
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->
<layer-spec xmlns="urn:jboss:galleon:layer-spec:2.0" name="jaxrs">
<props>
<prop name="org.wildfly.rule.annotations" value="jakarta.ws.rs,jakarta.ws.rs.core"/>
<prop name="org.wildfly.rule.class" value="jakarta.ws.rs,jakarta.ws.rs.core"/>
<prop name="org.wildfly.rule.xml-path" value="/WEB-INF/web.xml,/web-app/servlet/servlet-class,jakarta.ws.rs.core.Application"/>
</props>
<dependencies>
<layer name="deployment-scanner" optional="true"/>
<layer name="ee-concurrency" optional="true"/>
<layer name="jaxrs-core"/>
</dependencies>
</layer-spec>