By the way, the compendium bundle should be removed (or at least dependency flagged) from hibernate features XML.
Regards JB On 30/01/2020 13:59, Zhendong Chen wrote: > Hi JB, > > I found the problem. > The new hibernate-osgi feature, see hibernate-osgi-5.3.14.Final-karaf.xml > has changed compare with 5.2.x > > If I remove these two lines, everything is ok. > <feature>aries-blueprint</feature> > <bundle>mvn:org.osgi/org.osgi.compendium/5.0.0</bundle> > > How can I pragmatically remove these dependency? > We use this dependency since 4.2.7 > <dependency> > <groupId>org.hibernate</groupId> > <artifactId>hibernate-osgi</artifactId> > <classifier>karaf</classifier> > <version>5.3.14.Final</version> > <type>xml</type> > <scope>runtime</scope> > </dependency> > > Best, > Zhendong > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
