X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-4.3.9%2Fosgi%2Funmanaged-native%2Fpom.xml;fp=src%2Fit%2Ftutorials-4.3.9%2Fosgi%2Funmanaged-native%2Fpom.xml;h=f91f11a010999c67cf4e53dd1c02ac601224907c;hp=0000000000000000000000000000000000000000;hb=0b6b9a1bd8950880713885618d8e31c772a085ec;hpb=9e37fd1049f8a6794396cd7c8879dc413fbcb87c diff --git a/src/it/tutorials-4.3.9/osgi/unmanaged-native/pom.xml b/src/it/tutorials-4.3.9/osgi/unmanaged-native/pom.xml new file mode 100644 index 00000000..f91f11a0 --- /dev/null +++ b/src/it/tutorials-4.3.9/osgi/unmanaged-native/pom.xml @@ -0,0 +1,102 @@ + + 4.0.0 + org.hibernate.osgi + unmanaged-native + 1.0.0 + bundle + + + @project.version@ + + + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + 1.0.0.Final + + + org.osgi + org.osgi.core + 4.3.1 + + + org.osgi + org.osgi.enterprise + 4.2.0 + + + org.apache.karaf.shell + org.apache.karaf.shell.console + 2.3.0 + + + org.hibernate + hibernate-core + 4.3.9.Final + + + org.hibernate + hibernate-envers + 4.3.9.Final + + + com.h2database + h2 + 1.4.187 + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.hibernate.osgi.unmanaged-native + unmanaged-native + 1.0.0 + + org.hibernate.osgitest, + org.hibernate.osgitest.entity + + + org.apache.felix.service.command, + org.apache.felix.gogo.commands, + org.apache.karaf.shell.console, + org.apache.karaf.shell.commands, + org.h2, + org.hibernate, + org.hibernate.cfg, + org.hibernate.service, + javax.persistence;version="[1.0.0,2.1.0]", + + org.hibernate.proxy, + javassist.util.proxy, + * + + + + + + de.juplo + hibernate-maven-plugin + ${h4mp.version} + + true + + + + + create + + + + + + +