HHH-13022 Upgrade to Apache Karaf 4.2.1

This commit is contained in:
Yoann Rodière 2018-10-10 13:40:41 +02:00 committed by Guillaume Smet
parent 0911dd384e
commit 6cdbf13229
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ description = 'Support for running Hibernate O/RM in OSGi environments'
ext { ext {
osgiCoreVersion = '6.0.0' osgiCoreVersion = '6.0.0'
osgiCompediumVersion = '5.0.0' osgiCompediumVersion = '5.0.0'
karafVersion = '4.1.0' karafVersion = '4.2.1'
paxExamVersion = '4.12.0' paxExamVersion = '4.12.0'
} }
@ -131,6 +131,8 @@ karaf {
prerequisite = true prerequisite = true
} }
feature 'transaction-api' feature 'transaction-api'
// Most Hibernate modules declare OSGi metadata through blueprints, so we need this feature
feature 'aries-blueprint'
} }
// NOTE : would like to include spatial as well, but we need to wait for // NOTE : would like to include spatial as well, but we need to wait for
// it to not define dependency on postgresql driver // it to not define dependency on postgresql driver