I got a bundle1
that has the following packages:
com.anderson.servlet.osgi (exported)
com.anderson.servlet
com.anderson.util (exported)
and a second one, bundle2
, that looks like this:
com.anderson.jetty
com.anderson.servlet.osgi
and I also import com.anderson.servlet.osgi
from bundle1
.
Is it possible to merge both packages in bundle2
?