cfc545
--- sisu-plexus/org.eclipse.sisu.plexus/src/org/eclipse/sisu/plexus/PlexusBundlePlan.java~	2015-09-13 20:15:37.000000000 +0200
cfc545
+++ sisu-plexus/org.eclipse.sisu.plexus/src/org/eclipse/sisu/plexus/PlexusBundlePlan.java	2017-01-29 19:56:51.608151337 +0100
cfc545
@@ -80,7 +80,7 @@
cfc545
 
cfc545
     protected static boolean hasPlexusAnnotations( final Bundle bundle )
cfc545
     {
cfc545
-        final String imports = bundle.getHeaders().get( Constants.IMPORT_PACKAGE );
cfc545
+        final String imports = bundle.getHeaders().get( Constants.IMPORT_PACKAGE ).toString();
cfc545
         return null != imports && imports.contains( "org.codehaus.plexus.component.annotations" );
cfc545
     }
cfc545