X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fschemaexport-example%2Fschemaexport-example-persistence-impl%2Fpom.xml;fp=src%2Fit%2Fschemaexport-example%2Fschemaexport-example-persistence-impl%2Fpom.xml;h=e7c74191e28a5f6aebd0e7b6261548e76c7b2e0c;hp=0000000000000000000000000000000000000000;hb=a53a2ad438038084200a8449c557a41159e409dc;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2 diff --git a/src/it/schemaexport-example/schemaexport-example-persistence-impl/pom.xml b/src/it/schemaexport-example/schemaexport-example-persistence-impl/pom.xml new file mode 100644 index 00000000..e7c74191 --- /dev/null +++ b/src/it/schemaexport-example/schemaexport-example-persistence-impl/pom.xml @@ -0,0 +1,77 @@ + + + + de.test + schemaexport-example + 1.0-SNAPSHOT + + 4.0.0 + schemaexport-example-persistence-impl + jar + 1.0-SNAPSHOT + Schemaexport Example Persistenz + + + de.test + schemaexport-example-domain + 1.0-SNAPSHOT + + + org.hibernate + hibernate-entitymanager + + + org.hibernate + hibernate-core + + + org.hibernate + hibernate-validator + provided + + + org.slf4j + slf4j-log4j12 + + + mysql + mysql-connector-java + + + org.hsqldb + hsqldb + + + junit + junit + 4.6 + test + + + + + + + de.juplo + hibernate4-maven-plugin + @project.version@ + + SCRIPT + org.hsqldb.jdbcDriver + org.hibernate.dialect.HSQLDialect + + + + + + export + + + + + + + \ No newline at end of file