HHH-10432 - hibernate 5.0.6 does not work with Aries JPA 2.3.0

This commit is contained in:
Steve Ebersole 2016-01-12 15:52:57 -06:00
parent 5c77f279af
commit 5e59ee8b1f
1 changed files with 35 additions and 0 deletions

View File

@ -144,6 +144,20 @@ karafFeatures {
match group: 'org.jboss.logging', module: 'jboss-logging-processor'
include = false
}
bundle {
match {
group = 'org.hibernate.javax.persistence'
module = 'hibernate-jpa-2.1-api'
}
dependency = true
}
bundle {
match {
group = 'org.apache.geronimo.specs'
module = 'geronimo-jta_1.1_spec'
}
dependency = true
}
bundle {
match group: 'antlr', module: 'antlr'
remap group: 'org.apache.servicemix.bundles', module: 'org.apache.servicemix.bundles.antlr', version: '2.7.7_5'
@ -214,6 +228,20 @@ karafFeatures {
match group: 'org.jboss.spec.javax.transaction', module: 'jboss-transaction-api_1.1_spec'
include = false
}
bundle {
match {
group = 'org.infinispan'
module = 'infinispan-commons'
}
dependency = true
}
bundle {
match {
group = 'org.jgroups'
module = 'jgroups'
}
dependency = true
}
}
hibernateEhcache {
name = 'hibernate-ehcache'
@ -240,6 +268,13 @@ karafFeatures {
match group: 'org.jboss.logging', module: 'jboss-logging-processor'
include = false
}
bundle {
match {
group = 'net.sf.ehcache'
module = 'ehcache'
}
dependency = true
}
}
}
}