X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fschemaexport-example%2Fpom.xml;fp=src%2Fit%2Fschemaexport-example%2Fpom.xml;h=798121424461403f67ca7b43fe72bcc474189dcd;hp=0000000000000000000000000000000000000000;hb=a53a2ad438038084200a8449c557a41159e409dc;hpb=f18f820198878cddcea8b98c2a5e0c9843b923d2 diff --git a/src/it/schemaexport-example/pom.xml b/src/it/schemaexport-example/pom.xml new file mode 100644 index 00000000..79812142 --- /dev/null +++ b/src/it/schemaexport-example/pom.xml @@ -0,0 +1,111 @@ + + + + 4.2.6.Final + 4.2.6.Final + 4.2.6.Final + 5.0.1.Final + 1.0.1.Final + 1.4.2 + + 4.0.0 + de.test + schemaexport-example + pom + 1.0-SNAPSHOT + Schemaexport Example + + + + org.hibernate + hibernate-entitymanager + ${hibernate.entitymanager.version} + jar + + + commons-logging + commons-logging + + + + + org.hibernate + hibernate-core + ${hibernate.version} + jar + + + commons-logging + commons-logging + + + + + org.hibernate + hibernate-validator + ${hibernate.validator.version} + jar + + + commons-logging + commons-logging + + + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + ${hibernate.jpa20.version} + jar + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + jar + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + jar + + + commons-logging + commons-logging + 1.0.4 + jar + + + + org.hsqldb + hsqldb + 2.3.0 + + + mysql + mysql-connector-java + 5.1.6 + jar + + + + + + + + maven-compiler-plugin + + 1.6 + 1.6 + UTF-8 + + + + + + + schemaexport-example-domain + schemaexport-example-persistence-impl + +