I have Java EE application (web and ejb modules in one ear) and OmniFaces and CDI is used in web part. Everithing fine in Weblogic 12.1.2+ versions, but i neet to deploy this app to Weblogic 12.1.1. And there is issue exists with OmniFaces and old CDI implementation in weblogic - https://github.com/omnifaces/omnifaces/issues/46. OmniFaces authors said that ti is CDI bug.
So, is it possibly to take newer CDI implementation version with my application? And if possibly, how?