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:
Steve Ebersole 2008-10-28 19:16:51 +00:00
parent 5fd839d4ae
commit de91525718
1 changed files with 6 additions and 0 deletions

View File

@ -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>