X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-5.0.12%2Fosgi%2Funmanaged-native%2Fpom.xml;fp=src%2Fit%2Ftutorials-5.0.12%2Fosgi%2Funmanaged-native%2Fpom.xml;h=ab10019e7050e758d80c57afba549ee49fd87b59;hp=0000000000000000000000000000000000000000;hb=fe9c99046f93cbc5a14d7b5314dc1c5c06ae2b80;hpb=40e2f2b4f5c2050c8673b5be8a2d374c003acd98 diff --git a/src/it/tutorials-5.0.12/osgi/unmanaged-native/pom.xml b/src/it/tutorials-5.0.12/osgi/unmanaged-native/pom.xml new file mode 100644 index 00000000..ab10019e --- /dev/null +++ b/src/it/tutorials-5.0.12/osgi/unmanaged-native/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + org.hibernate.osgi + unmanaged-native + 1.0.0 + bundle + + + + 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 + 5.0.12.Final + + + org.hibernate + hibernate-envers + 5.0.12.Final + + + com.h2database + h2 + 1.3.170 + + + + + + + + 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, + * + + + + + + +