diff options
author | Arthur Martella <arthur.martella.1@att.com> | 2018-10-29 10:35:33 -0400 |
---|---|---|
committer | Arthur Martella <arthur.martella.1@att.com> | 2018-10-29 10:54:16 -0400 |
commit | 6b1bf7d48b3e0c0f775a1a13c082ee52cfda4756 (patch) | |
tree | e5b40786c5adb0f105168fecdb01932bab6e0dd2 /src/main/resources/mdbc.properties | |
parent | 00ec027873542607059360ae1c8f25d97621722e (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.properties')
-rwxr-xr-x | src/main/resources/mdbc.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/mdbc.properties b/src/main/resources/mdbc.properties index f6e722c..3e207aa 100755 --- a/src/main/resources/mdbc.properties +++ b/src/main/resources/mdbc.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 critical.tables= \ TEST
\ No newline at end of file |