X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-5.3.9%2Fosgi%2Funmanaged-native%2Fpom.xml;fp=src%2Fit%2Ftutorials-5.3.9%2Fosgi%2Funmanaged-native%2Fpom.xml;h=d4adfcd2582286325147847d8145ea0356cac059;hp=0000000000000000000000000000000000000000;hb=b6520c3daa7fbb64a40ffdaa7fc661023b16043d;hpb=fbab57c262b381d3db470cfd240fbcf9714401cb diff --git a/src/it/tutorials-5.3.9/osgi/unmanaged-native/pom.xml b/src/it/tutorials-5.3.9/osgi/unmanaged-native/pom.xml new file mode 100644 index 00000000..d4adfcd2 --- /dev/null +++ b/src/it/tutorials-5.3.9/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.3.9.Final + + + org.hibernate + hibernate-envers + 5.3.9.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, + * + + + + + + +