HHH-3549 : import commons-annotations into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15427 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
5fd839d4ae
commit
de91525718
|
@ -42,6 +42,12 @@
|
|||
<name>Hibernate Commons Annotations</name>
|
||||
<description>Common reflection code used in support of annotation processing</description>
|
||||
|
||||
<!-- Annotations and Commons-Annotations both use the ANN JIRA key -->
|
||||
<issueManagement>
|
||||
<system>jira</system>
|
||||
<url>http://opensource.atlassian.com/projects/hibernate/browse/ANN</url>
|
||||
</issueManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
|
|
Loading…
Reference in New Issue