Added tutorials of the hibernate-release 5.1.17.Final
[hibernate4-maven-plugin] / src / it / tutorials-5.1.17 / osgi / unmanaged-jpa / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Hibernate, Relational Persistence for Idiomatic Java
4   ~
5   ~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
6   ~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
7   -->
8 <features>
9   <feature name="hibernate-test">
10
11     <!-- JTA -->
12     <bundle start-level="30">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
13
14     <!-- JPA -->
15     <bundle start-level="30">mvn:org.hibernate.javax.persistence/hibernate-jpa-2.1-api/1.0.0.Final</bundle>
16
17     <!-- Taken from Karaf-Tutorial -->
18     <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
19     <bundle>mvn:commons-pool/commons-pool/1.5.4</bundle>
20     <bundle>mvn:commons-dbcp/commons-dbcp/1.4</bundle>
21     <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
22     <bundle>wrap:mvn:net.sourceforge.serp/serp/1.13.1</bundle>
23
24     <bundle>mvn:com.h2database/h2/1.3.170</bundle>
25
26     <!-- These do not natively support OSGi, so using 3rd party bundles. -->
27     <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/2.7.7_5</bundle>
28     <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5</bundle>
29
30     <!-- These do not natively support OSGi, so wrap with BND. -->
31     <bundle>wrap:mvn:org.jboss/jandex/1.1.0.Final</bundle>
32
33     <bundle>mvn:com.fasterxml/classmate/0.8.0</bundle>
34     <bundle>mvn:org.apache.logging.log4j/log4j-api/2.0</bundle>
35     <bundle>mvn:log4j/log4j/1.2.17</bundle>
36     <bundle>mvn:org.jboss.logging/jboss-logging/3.2.1.Final</bundle>
37     <bundle>mvn:org.javassist/javassist/3.18.1-GA</bundle>
38
39     <bundle>mvn:org.hibernate.common/hibernate-commons-annotations/4.0.5.Final</bundle>
40
41     <bundle>mvn:org.hibernate/hibernate-core/5.1.17.Final</bundle>
42     <bundle>mvn:org.hibernate/hibernate-entitymanager/5.1.17.Final</bundle>
43     <bundle>mvn:org.hibernate/hibernate-osgi/5.1.17.Final</bundle>
44
45     <bundle>mvn:org.hibernate.osgi/unmanaged-jpa/1.0.0</bundle>
46   </feature>
47 </features>