Hello

Actually, I use CAS 5.0.4 with tomcat 8 and mysql authentification.
It's work

I want to upgrade CAS to 5.1.0-RC3 with Maeven overlay method.
So I just change the pom.xml as : 


 <properties>
>         <cas.version>5.1.0-RC3</cas.version>
>         <springboot.version>1.4.2.RELEASE</springboot.version>
>         <maven.compiler.source>1.8</maven.compiler.source>
>         <maven.compiler.target>1.8</maven.compiler.target>
>         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>     </properties>
>
>
Here are the dependecies : 


<dependencies>
>         <dependency>
>             <groupId>org.apereo.cas</groupId>
>             <artifactId>cas-server-webapp</artifactId>
>             <version>${cas.version}</version>
>             <type>war</type>
>             <scope>runtime</scope>
>         </dependency>
>                 <dependency>
>     <groupId>org.apereo.cas</groupId>
>     <artifactId>cas-server-support-jdbc</artifactId>
>     <version>${cas.version}</version>
> </dependency>
> <dependency>
>     <groupId>org.apereo.cas</groupId>
>     <artifactId>cas-server-support-json-service-registry</artifactId>
>     <version>${cas.version}</version>
> </dependency>
>
>
But I does not work : 

Caused by: java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver
>

Can you help me please ?

Thanks

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
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/10e306da-75fc-41c6-87ab-95cf38ce6ec9%40apereo.org.

Reply via email to