X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fosgi%2Fmanaged-jpa%2Fpom.xml;h=8c9fa47ea428801234013fc4e711530586e816ff;hp=1810286274291ddceb43bd7f52bfbb615e08c1b5;hb=b5f916e74bbfe359b1ca7e057a43e86fb081eca8;hpb=70bd20689badc18bed866b3847565e1278433503 diff --git a/src/it/tutorials/osgi/managed-jpa/pom.xml b/src/it/tutorials/osgi/managed-jpa/pom.xml old mode 100755 new mode 100644 index 18102862..8c9fa47e --- a/src/it/tutorials/osgi/managed-jpa/pom.xml +++ b/src/it/tutorials/osgi/managed-jpa/pom.xml @@ -6,6 +6,10 @@ 1.0.0 bundle + + @project.version@ + + org.hibernate.javax.persistence @@ -27,6 +31,11 @@ org.apache.karaf.shell.console 2.3.0 + + com.h2database + h2 + 1.4.187 + @@ -59,6 +68,23 @@ + + de.juplo + hibernate-maven-plugin + ${h4mp.version} + + + + create + + + + + jdbc:h2:mem:db_managed_jpa;MVCC=TRUE + true + false + +