web-2/wildfly/modules/system/layers/base/net/jcip/main/module.xml

16 lines
368 B
XML
Raw Permalink Normal View History

2024-10-15 03:01:27 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->
<module name="net.jcip" xmlns="urn:jboss:module:1.9">
<properties>
<property name="jboss.api" value="private"/>
</properties>
<resources>
<resource-root path="jcip-annotations-1.0.jar"/>
</resources>
</module>