Hi @JakeCham ,
I can't tell for sure what your problem is without the exact error description and code, but my guess is that AEM is complaining because you're using a Coral2 well. In AEM 6.5 you should be using the Coral3 library.
The good news is it's easy to find corresponding component! The Coral2 component is here:
/libs/granite/ui/components/foundation/well
The Coral3 component is here:
/libs/granite/ui/components/coral/foundation/well
You can check out this page for more information on migrating rom Coral2 to Coral3: https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/granite-ui...