I am upgrading my cas 4 to 5,  I used the basic overlay example in git. and
I had a custom AuthenticationHandler that extended
AbstractJdbcUsernamePasswordAuthenticationHandler  I noticed the
artifactId's have changed.  So I added this to my POM

        <dependency>
             <groupId>org.apereo.cas</groupId>
             <artifactId>cas-server-support-jdbc-authentication</artifactId>
             <version>${cas.version}</version>
        </dependency>

When I try and import via Eclipse,  I get this import statement:

import
org.apereo.cas.adaptors.jdbc.AbstractJdbcUsernamePasswordAuthenticationHandler;

But I still get an error:
org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
cannot be resolved. It is indirectly referenced from required .class files

But that is a different package.  So I am wondering what I did wrong?  I
assume I am missing a basic concept here.

Michael MacEachran

-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAN9%2B60qX06CQgisYY7Z-yr6fBU7i-40HbosvRm5ku5p1OwAy2w%40mail.gmail.com.

Reply via email to