diff --git a/Commission/CommissionEvent/CMakeLists.txt b/Commission/CommissionEvent/CMakeLists.txt
index 9aa62d5691f3c6e51b510e5fa375487bb304e807..3782927178152212c327772bca1c3b26768fe5e9 100644
--- a/Commission/CommissionEvent/CMakeLists.txt
+++ b/Commission/CommissionEvent/CMakeLists.txt
@@ -7,8 +7,7 @@ atlas_subdir( CommissionEvent )
 
 # Declare the package's dependencies:
 atlas_depends_on_subdirs( PUBLIC
-                          Control/CLIDSvc
-                          Control/SGTools )
+                          Control/AthenaKernel )
 
 # External dependencies:
 find_package( CLHEP )
@@ -21,12 +20,12 @@ atlas_add_library( CommissionEvent
                    INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
                    PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
                    DEFINITIONS ${CLHEP_DEFINITIONS}
-                   LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools
+                   LINK_LIBRARIES ${CLHEP_LIBRARIES}  AthenaKernel
                    PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
 
 atlas_add_dictionary( CommissionEventDict
                       CommissionEvent/CommissionEventDict.h
                       CommissionEvent/selection.xml
                       INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
-                      LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} SGTools CommissionEvent )
+                      LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CommissionEvent )
 
diff --git a/Commission/CommissionEvent/CommissionEvent/ComTime.h b/Commission/CommissionEvent/CommissionEvent/ComTime.h
index e18b1beba4c5a0a2427ccbf3f09520480dae8723..4a54f921755bb228262b2ae56cded62da1828929 100755
--- a/Commission/CommissionEvent/CommissionEvent/ComTime.h
+++ b/Commission/CommissionEvent/CommissionEvent/ComTime.h
@@ -10,7 +10,7 @@
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include "CLIDSvc/CLASS_DEF.h"
+#include "AthenaKernel/CLASS_DEF.h"
 #include "CLHEP/Vector/ThreeVector.h"
 
 class ComTime