28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
|
<?xml version="1.0"?>
|
||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>org.hibernate</groupId>
|
||
|
<artifactId>hibernate-commons-annotations</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
<name>Hibernate Commons Annotations</name>
|
||
|
<version>@version@</version>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
|
||
|
<url>http://www.gnu.org/licenses/lgpl.txt</url>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<description>Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.</description>
|
||
|
<scm>
|
||
|
<url>scm:svn:http://anonsvn.jboss.org/repos/hibernate/commons-annotations</url>
|
||
|
</scm>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.slf4j</groupId>
|
||
|
<artifactId>slf4j-api</artifactId>
|
||
|
<version>1.4.2</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|