DBZ-1711 Add Quarkus native image integration test

This commit is contained in:
Chris Cranford 2020-02-21 12:49:53 -05:00 committed by Gunnar Morling
parent d36300d98a
commit 7a3f4d2edd

View File

@ -0,0 +1,13 @@
/*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.outbox.quarkus.it;
import io.quarkus.test.junit.NativeImageTest;
@NativeImageTest
class OutboxIT extends OutboxTest {
}