diff --git a/pom.xml b/pom.xml index 42d9fa44..db884df9 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ - ${project.basedir}/src/it/tomcat8x/context.xml + ${project.basedir}/src/it/tomcat9x/context.xml conf diff --git a/src/it/tomcat8x/context.xml b/src/it/tomcat9x/context.xml similarity index 97% rename from src/it/tomcat8x/context.xml rename to src/it/tomcat9x/context.xml index c6dcd98f..a91ed087 100644 --- a/src/it/tomcat8x/context.xml +++ b/src/it/tomcat9x/context.xml @@ -29,7 +29,7 @@ type="javax.sql.DataSource" username="tomcat-website" password="CHANGEME" - driverClassName="com.mysql.jdbc.Driver" + driverClassName="com.mysql.cj.jdbc.Driver" url="jdbc:mysql://CHANGEME:3306/stats?characterEncoding=UTF-8" />