Looks like your Neo4jImportResource.importGraph() is not actually calling executeCypherStatements() at runtime.
Neo4jImportResource.importGraph()
executeCypherStatements()
check if statement list is empty
It could also be the function called but failed in between.
try wrapping it in side try catch.