Add a maven dependency on cas-server-core-webflow-api module. Best, D.
From: Michael MacEachran <[email protected]> Reply: [email protected] <[email protected]> Date: April 24, 2019 at 10:48:37 PM To: [email protected] <[email protected]> Subject: [cas-user] Where is AbstractCasWebflowConfigurer According to the documentation https://apereo.github.io/cas/6.0.x/webflow/Webflow-Customization-Extensions.html to inject an action into the webflow, I extend AbstractCasWebflowConfigurer like this: public class SomethingWebflowConfigurer extends AbstractCasWebflowConfigurer { But I cannot import that class. I have the dependency <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-core-webflow</artifactId> <version>${cas.version}</version> </dependency> in my pom. Where is this class? Can someone give me the full import? Do I have the right dependency? Michael -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN9%2B60pFzwo1gyxzO5040QrobmSeFbZCYOfRK6oo1t03YHWOmA%40mail.gmail.com. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/etPan.5cc1a4f9.79933b94.25b%40unicon.net.
