5 Replies Latest reply on Mar 3, 2016 10:14 AM by sebastian.laskawiec

    Dependency on OSGi Blueprint

    kenwenzel

      Hello,

       

      the infinispan OSGi bundles (at least infinispan-core and infinispan-tree) import the package

      "org.osgi.service.blueprint [1.0.0,2.0.0)". This import makes them unusable in OSGi environments where

      Blueprint services are unavailable (e.g. the basic Eclipse Platform with Equinox).

      This dependency is automatically added by the maven-bundle-plugin because it detects the inclusion

      of blueprint XML files.

       

      Is it possible to either remove this Import-Package declaration or set its resolution to optional?

       

      Thank you and best regards,

      Ken