mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 03:38:16 +00:00
6108c7d2fa
cleanup
22 lines
623 B
XML
22 lines
623 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ Hibernate, Relational Persistence for Idiomatic Java
|
|
~
|
|
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
|
|
~ 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="org.antlr.antlr4-runtime" slot="${antlrSlot}">
|
|
|
|
<!--
|
|
Module for the Antlr 4 runtime jar
|
|
-->
|
|
|
|
<properties>
|
|
<property name="jboss.api" value="private"/>
|
|
</properties>
|
|
|
|
<resources>
|
|
<artifact name="${org.antlr:antlr4-runtime}"/>
|
|
</resources>
|
|
|
|
</module> |