aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/mdbc_driver.properties
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2018-11-20 12:53:38 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-20 12:53:38 +0000
commit83db3eb4ccf7e636f586a6873a966e14ba1685ae (patch)
treed86101926e3474ceebf0da40945d8d65479123de /mdbc-server/src/main/resources/mdbc_driver.properties
parent14186ff595b31035d401b71111dc75da1c80a807 (diff)
parent5a7cf00e87cacf97130d3f1823adce824f865c69 (diff)
Merge "TxDigest replay and code restructure"
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