HHH-12580 The WildFly module of ByteBuddy should be marked as private API

This commit is contained in:
Sanne Grinovero 2018-05-15 13:11:55 +01:00
parent 4bae1ca810
commit 8cddc8c46c
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
-->
<module xmlns="urn:jboss:module:1.3" name="net.bytebuddy" slot="${bytebuddySlot}">
<properties>
<property name="jboss.api" value="private"/>
</properties>
<resources>
<artifact name="${net.bytebuddy:byte-buddy}"/>
</resources>