web-2/wildfly/modules/system/layers/base/io/grpc/main/module.xml

15 lines
361 B
XML
Raw 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="io.grpc" xmlns="urn:jboss:module:1.9">
<properties>
<property name="jboss.api" value="private"/>
</properties>
<resources>
<resource-root path="grpc-api-1.58.0.jar"/>
</resources>
</module>