CAS implementation to Oracle APEX
问题 I'm trying to implement CAS into APEX application. I have some instruction how to implement it into typical java webapp. I know what to add into the web.xml with all configuration, and this is the easy part. I need to add some dependecies to pom.xml. How i can find it and is this possible to add some dependencies to apex application? Apex 19.1 is running on tomcat 9 on linux server. 回答1: I need to add some dependecies to pom.xml. How i can find it and is this possible to add some dependencies