From 5a7cf00e87cacf97130d3f1823adce824f865c69 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Fri, 16 Nov 2018 10:05:50 -0500 Subject: 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 --- mdbc-server/src/main/resources/mdbc_driver.properties | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 mdbc-server/src/main/resources/mdbc_driver.properties (limited to 'mdbc-server/src/main/resources/mdbc_driver.properties') 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 -- cgit 1.2.3-korg