git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114541 13f79535-47bb-0310-9956-ffa450edef68
125 lines
3.6 KiB
XML
125 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-hibernate-plugin</id>
|
|
<name>Maven Hibernate Plug-in</name>
|
|
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
|
<description/>
|
|
<shortDescription>Work with Hibernate classes</shortDescription>
|
|
<url>http://maven.apache.org/reference/plugins/hibernate/</url>
|
|
<siteDirectory>/www/maven.apache.org/reference/plugins/hibernate/</siteDirectory>
|
|
<repository>
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/hibernate/</connection>
|
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/hibernate/</url>
|
|
</repository>
|
|
<developers>
|
|
<developer>
|
|
<name>Michal Maczka</name>
|
|
<id>michal</id>
|
|
<email>michal.maczka@dimatics.com</email>
|
|
<organization>Dimatics</organization>
|
|
<roles>
|
|
<role>Java Developer</role>
|
|
</roles>
|
|
<timezone>+1</timezone>
|
|
</developer>
|
|
</developers>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>hibernate</groupId>
|
|
<artifactId>hibernate</artifactId>
|
|
<version>2.0.3</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ant</groupId>
|
|
<artifactId>ant</artifactId>
|
|
<version>1.5.3-1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-jelly</groupId>
|
|
<artifactId>commons-jelly</artifactId>
|
|
<version>20030902.160215</version>
|
|
<url>http://jakarta.apache.org/commons/jelly/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>1.0.1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-beanutils</groupId>
|
|
<artifactId>commons-beanutils</artifactId>
|
|
<version>1.6.1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-dbcp</groupId>
|
|
<artifactId>commons-dbcp</artifactId>
|
|
<version>1.0-dev</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-collections</groupId>
|
|
<artifactId>commons-collections</artifactId>
|
|
<version>2.1</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>1.0.3</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-pool</groupId>
|
|
<artifactId>commons-pool</artifactId>
|
|
<version>1.0</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>1.2.8</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.0.b2</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xerces</groupId>
|
|
<artifactId>xerces</artifactId>
|
|
<version>2.4.0</version>
|
|
<url>http://xml.apache.org/xerces2-j/</url>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>odmg</groupId>
|
|
<artifactId>odmg</artifactId>
|
|
<version>3.0</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
<version>1.4-dev-8</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
<!-- for the moment we don't need it
|
|
<dependency>
|
|
<groupId>cglib</groupId>
|
|
<artifactId>cglib</artifactId>
|
|
<version>1.0</version>
|
|
<type>jar</type>
|
|
</dependency>
|
|
-->
|
|
|
|
</dependencies>
|
|
</project>
|