I have three bundles: sacomar_iii_srv_updateApplication_api (API) sacomar_iii_srv_updateApplication (implementation) sacomar_iii_terminal (use the API)
In the pom to generate sacomar_iii_terminal I include the dependency to sacomar_iii_srv_updateApplication_api, never to the implementation. However, when I inspect sacomar_iii_srv_updateApplication in the web console I see that it has a dependency with sacomar_iii_terminal (Importing Bundles): <http://karaf.922171.n3.nabble.com/file/t498086/Importing_Bundles.png> Why is the bundle importing sacomar_iii_terminal if it don't use any of its packages? -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
