aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/mdbc_driver.properties
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2018-11-16 10:05:50 -0500
committerTschaen, Brendan <ctschaen@att.com>2018-11-16 15:48:20 -0500
commit5a7cf00e87cacf97130d3f1823adce824f865c69 (patch)
tree31e93f6bb7e45c2c17974340762675a1c57a55e0 /mdbc-server/src/main/resources/mdbc_driver.properties
parentcacb64c5ed4f2c67965aba7d44148c61568dc2bc (diff)
TxDigest replay and code restructure
Spin off replay daemon in its own object Create musictxdaemon test Fix licensing issue MusicRow Info has database partition object Change-Id: I22117f8e9309fb5d8bc99ec35d4145e655f4e5a2 Issue-ID: MUSIC-166 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'mdbc-server/src/main/resources/mdbc_driver.properties')
-rw-r--r--mdbc-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 100644
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