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