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