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