From 40da600c311b18c628410af5f795c25c6e248cf6 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 1 Jul 2016 16:24:01 +0200 Subject: Introduce integration tests to Honeycomb + Add writer infrastructure initial test Change-Id: I0c1017f55c9456f145943ca6db6221555b746c8f Signed-off-by: Maros Marsalek --- v3po/it/it-test/pom.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 v3po/it/it-test/pom.xml (limited to 'v3po/it/it-test/pom.xml') diff --git a/v3po/it/it-test/pom.xml b/v3po/it/it-test/pom.xml new file mode 100644 index 000000000..04e70e948 --- /dev/null +++ b/v3po/it/it-test/pom.xml @@ -0,0 +1,61 @@ + + + + + impl-parent + io.fd.honeycomb.common + 1.0.0-SNAPSHOT + ../../../common/impl-parent + + + 4.0.0 + io.fd.honeycomb.v3po + honeycomb-it-test + 1.0.0-SNAPSHOT + + + + io.fd.honeycomb.v3po + data-impl + ${project.version} + + + org.skinny-framework + skinny-logback + 1.0.8 + test + + + junit + junit + test + + + org.mockito + mockito-all + test + + + io.fd.honeycomb.v3po + honeycomb-test-model + ${project.version} + + + + + \ No newline at end of file -- cgit 1.2.3-korg