You can add at the bottom of file ~/CMSScript/jquery/jquery-core.js new line after:
})(window);
/* CMS */
var $j = jQuery.noConflict();
}
else {
// Ensure no conflict for jQuery
var $j = jQuery.noConflict();
}
/* CMS end */
$ = jQuery.noConflict();
and it should work with your version of Jquery