X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib.git/blobdiff_plain/8941da819e7964db0f1665f13fab4fbbd7e00f50..0a6f2f532873b72488627e73f2155ca234beafdc:/cdmlib-persistence/pom.xml diff --git a/cdmlib-persistence/pom.xml b/cdmlib-persistence/pom.xml index 73cf81aa4e..70ab1db089 100644 --- a/cdmlib-persistence/pom.xml +++ b/cdmlib-persistence/pom.xml @@ -1,13 +1,12 @@ - + 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"> eu.etaxonomy cdmlib-parent - 1.2-SNAPSHOT + 3.0 + pom.xml 4.0.0 @@ -19,50 +18,229 @@ scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-persistence/ http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-persistence/ - + + + + org.codehaus.mojo + hibernate3-maven-plugin + 2.1 + + + + hbm2ddl + annotationconfiguration + + + + org.hibernate.cfg.DefaultComponentSafeNamingStrategy + /src/test/resources/dbscripts/hibernate.properties + 001_cdm.ddl + /src/main/resources/eu/etaxonomy/cdm/hibernate.cfg.xml + + + + + hsqldb + hsqldb + 1.8.0.4 + + + org.hibernate + hibernate-annotations + 3.4.0-SNAPSHOT + + + + + maven-antrun-plugin + + + + + + + + + + + + + + + + + + + + hsqldb + hsqldb + 1.8.0.4 + + + mysql + mysql-connector-java + 5.0.5 + + + org.hibernate + hibernate-envers + 3.4.0-SNAPSHOT + + + org.hibernate + hibernate-entitymanager + 3.4.0-SNAPSHOT + + + org.hibernate + hibernate-tools + 3.2.3.GA + + + org.slf4j + slf4j-log4j12 + 1.5.2 + + + commons-logging + commons-logging + 1.1.1 + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + eu.etaxonomy cdmlib-model + + eu.etaxonomy + cdmlib-commons + + + org.slf4j + slf4j-log4j12 + javax.persistence - ejb + persistence-api + + + javassist + javassist javax.annotation jsr250-api + + org.aspectj + aspectjweaver + org.hibernate hibernate-commons-annotations org.hibernate - hibernate + hibernate-annotations - org.springframework - spring + org.hibernate + hibernate-core + + org.hibernate + hibernate-envers + + + org.hibernate + hibernate-search + + + org.hibernate + hibernate-c3p0 + + + org.apache.lucene + lucene-core + + + org.apache.lucene + lucene-spellchecker + + + commons-beanutils + commons-beanutils + 1.7.0 + + + commons-lang + commons-lang + + + commons-dbcp + commons-dbcp + 1.2.2 + + + org.springmodules + spring-modules-lucene + + + org.unitils + unitils + + + org.dbunit + dbunit + org.springframework - spring-beans + org.springframework.beans org.springframework - spring-orm + org.springframework.orm org.springframework - spring-jdbc + org.springframework.jdbc org.springframework - spring-test + org.springframework.test - - + + org.springframework + org.springframework.aop + + + org.springframework + org.springframework.aspects + + + org.springframework.security + spring-security-core + mysql @@ -81,6 +259,15 @@ net.sourceforge.jtds jtds + + + com.microsoft.sqlserver + jdbc4 + + - com.microsoft.sqlserver - jdbc + com.h2database + h2 + +