aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/mdbc_driver.properties
diff options
context:
space:
mode:
Diffstat (limited to 'mdbc-server/src/main/resources/mdbc_driver.properties')
-rwxr-xr-xmdbc-server/src/main/resources/mdbc_driver.properties13
1 files changed, 0 insertions, 13 deletions
diff --git a/mdbc-server/src/main/resources/mdbc_driver.properties b/mdbc-server/src/main/resources/mdbc_driver.properties
deleted file mode 100755
index 487feb3..0000000
--- a/mdbc-server/src/main/resources/mdbc_driver.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# A list of all Mixins that should be checked by MDBC
-#
-MIXINS= \
- org.onap.music.mdbc.mixins.H2Mixin \
- org.onap.music.mdbc.mixins.H2ServerMixin \
- org.onap.music.mdbc.mixins.MySQLMixin \
- org.onap.music.mdbc.mixins.CassandraMixin \
- org.onap.music.mdbc.mixins.Cassandra2Mixin
-
-DEFAULT_DRIVERS=\
- org.h2.Driver \
- com.mysql.jdbc.Driver \ No newline at end of file