Hi Team,we are using AEM as cloud service and MS SQL Database to establish db connection ,I have added dependency to work on MS SQL db .i have included the dependency in parent pom.xml with version:<dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mssql-jdbc</artifactId> <versio...