aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/mdbc_driver.properties
diff options
context:
space:
mode:
authorArthur Martella <arthur.martella.1@att.com>2018-10-29 10:35:33 -0400
committerArthur Martella <arthur.martella.1@att.com>2018-10-29 10:54:16 -0400
commit6b1bf7d48b3e0c0f775a1a13c082ee52cfda4756 (patch)
treee5b40786c5adb0f105168fecdb01932bab6e0dd2 /src/main/resources/mdbc_driver.properties
parent00ec027873542607059360ae1c8f25d97621722e (diff)
Migrate MDBC code to org.onap.music
Patch set 2 now includes moving files in src/test/java Change-Id: Ic722bed9574f75d90b5b582247fec61084772cb8 Issue-ID: MUSIC-155 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
Diffstat (limited to 'src/main/resources/mdbc_driver.properties')
-rw-r--r--src/main/resources/mdbc_driver.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/mdbc_driver.properties b/src/main/resources/mdbc_driver.properties
index 1549d5f..487feb3 100644
--- a/src/main/resources/mdbc_driver.properties
+++ b/src/main/resources/mdbc_driver.properties
@@ -2,11 +2,11 @@
# A list of all Mixins that should be checked by MDBC
#
MIXINS= \
- com.att.research.mdbc.mixins.H2Mixin \
- com.att.research.mdbc.mixins.H2ServerMixin \
- com.att.research.mdbc.mixins.MySQLMixin \
- com.att.research.mdbc.mixins.CassandraMixin \
- com.att.research.mdbc.mixins.Cassandra2Mixin
+ 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 \