RE: Customizing category facet in Liferay 7.1

Deependra Singh, modified 7 Years ago. New Member Posts: 19 Join Date: 11/13/13 Recent Posts

Hi,

I am trying to override the OSGi fragment host : com.liferay.portal.search.web;bundle-version="3.0.8"

I am facing issues with  internal dependencies like :

Unresolved requirement : com.liferay.portal.search.web.internal.util

Any help is appreciated.

 

Thanks

thumbnail
Minhchau Dang, modified 7 Years ago. Liferay Master Posts: 598 Join Date: 10/22/07 Recent Posts
Deependra Singh:

I am trying to override the OSGi fragment host : com.liferay.portal.search.web;bundle-version="3.0.8"

I am facing issues with  internal dependencies like :

Unresolved requirement : com.liferay.portal.search.web.internal.util

Have you tried adding Import-Package: !com.liferay.portal.search.web.internal.util,* to your bnd.bnd? Since it's a fragment against a host bundle that already has that package, it might work.