I have the following problem regarding multiple versions of jQuery.
I have one instance of jQuery shipped from PrimeFaces JAR (everything works good), then I use a component from another project that injects another instance of jQuery and everything breaks.
My question is: is there a way I can ignore the inclusion of the second jQuery?.
I must add the following: the component which includes the second jQuery works just fine with the first instance of jQuery.