Thanks Justin. It worked.
canjs is loading jquery using the module
"jquery/jquery" and AMDfied library is loading
"jquery" using module jquery and hence steal is loading
jquery twice. By mapping module jquery/jquery to jquery issue got fixed.
I think we should put this in doc some where. Let me know where
you like this to go and I will update doc and request for pull.