Maven mysql driver
Hi AEM guru's
i am using AEM Archtype 19 project.
I am using mySQL , I have downloaded https://dev.mysql.com/downloads/connector/j/ the driver from the location and installed it.
Everything is working fine.
However what I am looking for is automated process when the maven will download the mySQL driver and install it in AEM and it should be visible in the bundles console.
I have copied the dependency (refer below) in the POM.xml.
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.17</version>
</dependency>
What is see is the driver folder is downloaded in the following location C:\Users\Administrator\.m2\repository\mysql\mysql-connector-java
but when I install mvn clean install -PautoInstallPackage, i do not see the driver (Oracle Corporation's JDBC and XDevAPI Driver for MySQLcom.mysql.cj) in the bundles.
am I missing something?
Regards
Dilip
