Switch to MariaDB connector

Change-Id: Id1528890cef60da6e1c4ace760550aad8116a40b
Issue-ID: VID-83
Signed-off-by: Ofir Sonsino <os0695@att.com>
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties b/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties
index 81f2bbc..bbbb497 100644
--- a/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties
+++ b/vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties
@@ -28,8 +28,8 @@
 # Configure Datasources  
 #============================================================================
 
-org.quartz.dataSource.myDS.driver = com.mysql.jdbc.Driver
-org.quartz.dataSource.myDS.URL = jdbc:mysql://localhost:3306/vid_portal
+org.quartz.dataSource.myDS.driver = org.mariadb.jdbc.Driver
+org.quartz.dataSource.myDS.URL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk
 org.quartz.dataSource.myDS.user = euser
 org.quartz.dataSource.myDS.password = euser
 org.quartz.dataSource.myDS.maxConnections = 5
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml
index bc4040e..9c8b03c 100644
--- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml
+++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml
@@ -42,15 +42,11 @@
 #hb.dialect=org.hibernate.dialect.PostgreSQLDialect
 #hb.show_sql=true
 
-	db.connectionURL = jdbc:mysql://demeter.homer.att.com:3306/ecomp_sdk_1707_att
-	db.userName = portal
-	db.password = P0rt@l
-
 
 
 #Mysql
-db.driver = com.mysql.jdbc.Driver
-#db.connectionURL = jdbc:mysql://localhost:3306/ecomp_sdk
+db.driver = org.mariadb.jdbc.Driver
+#db.connectionURL = jdbc:mariadb://localhost:3306/vid_openecomp_epsdk
 #db.userName = ecomp_sdk_user
 #db.password = ecomp_sdk_pass
 db.hib.dialect = org.hibernate.dialect.MySQLDialect