AthenaBaseComps: Add missing Boost dependency
AthMessaging is using boost::thread_specific_ptr
but the package did
not link against the boost thread library (presumably it got it from
another dependency).
Also remove the atlas_depends_on_subdirs
declarations.