X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhibernate4-maven-plugin-envers-sample%2Fpom.xml;fp=src%2Fit%2Fhibernate4-maven-plugin-envers-sample%2Fpom.xml;h=3ca641da48a3610cd82bdf753c5edf6ddf093455;hp=0000000000000000000000000000000000000000;hb=25079f13c0eda6807d5aee67086a21ddde313213;hpb=69458703cddc2aea1f67e06db43bce6950c6f3cb diff --git a/src/it/hibernate4-maven-plugin-envers-sample/pom.xml b/src/it/hibernate4-maven-plugin-envers-sample/pom.xml new file mode 100644 index 00000000..3ca641da --- /dev/null +++ b/src/it/hibernate4-maven-plugin-envers-sample/pom.xml @@ -0,0 +1,291 @@ + + + + 4.0.0 + + + org.sonatype.oss + oss-parent + 7 + + + org.bitbucket.fbascheper + hibernate4-maven-plugin-envers-sample + Hibernate 4 Maven Plugin Envers sample + Sample project to test the maven plugin + 1.0-SNAPSHOT + jar + http://juplo.de/hibernate4-maven-plugin + + + @project.version@ + + true + 4.2.5.Final + 1.0.1.Final + + 4.3.1.Final + 1.7.5 + 4.11 + 2.2.9 + 1.0.1B-rc4 + 3.2.1.RELEASE + 1.0.0.GA + + + + + + createHsqlDbScript + + + false + + + + + true + classpath:/sql/create-tables-hsqldb.sql + + + org.hsqldb.jdbc.JDBCDriver + jdbc:hsqldb:mem:demodb + sa + sapwd + org.hibernate.dialect.HSQLDialect + + + org.hsqldb.jdbcDriver + org.hibernate.dialect.HSQLDialect + + + sa + + true + + + + + + de.juplo + hibernate4-maven-plugin + ${de.juplo-hibernate-plugin-version} + + + + export + + + + + ${project.build.sourceDirectory}/../scripts/sql/create-tables-hsqldb.sql + + SCRIPT + CREATE + + + + org.hibernate + hibernate-core + ${org.hibernate.version} + + + org.scannotation + scannotation + 1.0.3 + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + org.hsqldb + hsqldb + ${org.hsqldb.version} + + + + + + + + + + + + org.slf4j + slf4j-api + ${org.slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${org.slf4j.version} + test + + + log4j + log4j + 1.2.17 + test + + + org.hibernate + hibernate-entitymanager + ${org.hibernate.version} + compile + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.1_spec + + + + + org.hibernate + hibernate-core + ${org.hibernate.version} + compile + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.1_spec + + + + + org.hibernate + hibernate-envers + ${org.hibernate.version} + compile + + + javax.validation + validation-api + ${javax.validation_validation-api.version} + compile + + + hibernate-validator + org.hibernate + ${org.hibernate_hibernate-validator.version} + compile + + + org.jboss.logging + jboss-logging + + + + + junit + junit + ${org.junit.version} + test + + + com.atomikos + transactions-hibernate3 + 3.8.0 + test + + + org.hsqldb + hsqldb + ${org.hsqldb.version} + test + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.1_spec + 1.0.0.Final + provided + + + org.springframework + spring-context + ${global_springframework.version} + + + org.springframework + spring-tx + ${global_springframework.version} + + + org.springframework + spring-jdbc + ${global_springframework.version} + + + org.springframework + spring-orm + ${global_springframework.version} + + + javax.inject + javax.inject + 1 + + + org.springframework + spring-test + ${global_springframework.version} + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.6 + 1.6 + utf8 + true + + + + + + + src/main/java + + ** + + + **/*.java + + + + src/main/resources + + + + + + src/test/java + + ** + + + **/*.java + + + + src/main/scripts + + + src/test/resources + + + + + +