X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhib-test%2Fpom.xml;h=b7bc4cb9d016da28863c4ba74132a02894d87412;hp=9ddcf4fe2b898354f23ccebf35cebadb4c9921e6;hb=149a94d09dfb678e4be39aefb20dbf86ef28c416;hpb=4bb462610138332087d808a62c84a0c9776b24cc diff --git a/src/it/hib-test/pom.xml b/src/it/hib-test/pom.xml index 9ddcf4fe..b7bc4cb9 100644 --- a/src/it/hib-test/pom.xml +++ b/src/it/hib-test/pom.xml @@ -8,7 +8,6 @@ jar - ${project.build.directory}/hibernate4-schema/another/subdir @@ -16,6 +15,16 @@ hibernate-core 4.3.0.Final + + org.jadira.usertype + usertype.jodatime + 2.0.1 + + + joda-time + joda-time + 2.7 + @@ -33,43 +42,42 @@ de.juplo - hibernate4-maven-plugin + hibernate-maven-plugin @project.version@ - - none - - both + + false + true create-h2-ddl - export + create - org.hibernate.dialect.H2Dialect - ${hibernate.exportdir}/h2.sql + org.hibernate.dialect.H2Dialect + h2.sql create-postgres-ddl - export + create - org.hibernate.dialect.PostgreSQL82Dialect - ${hibernate.exportdir}/postgres.sql + org.hibernate.dialect.PostgreSQL82Dialect + postgres.sql create-oracle-ddl - export + create - org.hibernate.dialect.Oracle10gDialect - ${hibernate.exportdir}/oracle.sql + org.hibernate.dialect.Oracle10gDialect + oracle.sql