HHH-12580 The WildFly module of ByteBuddy should be marked as private API
This commit is contained in:
parent
4bae1ca810
commit
8cddc8c46c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue