web-2/wildfly/modules/system/layers/base/gnu/getopt/main/module.xml

16 lines
368 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright The WildFly Authors
~ SPDX-License-Identifier: Apache-2.0
-->
<module name="gnu.getopt" xmlns="urn:jboss:module:1.9">
<properties>
<property name="jboss.api" value="private"/>
</properties>
<resources>
<resource-root path="java-getopt-1.0.13.jar"/>
</resources>
</module>