From 9779f4b3ffe24bb2338630c66169da92c880ffbb Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 3 Nov 2017 13:33:53 +0100 Subject: HONEYCOMB-359 - Wildcarded writers Adds option to specify subtree writer that can handle whole subtree of nodes without having whole subtree specified. Its checking if node is children at runtime, rather than having pre-computed tree Change-Id: Ic46f2bd6de84f0dd14865825399f5a90a1f80859 Signed-off-by: Jan Srnicek --- infra/translate-impl/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'infra/translate-impl/pom.xml') diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml index c11893a1b..aa2a48b19 100644 --- a/infra/translate-impl/pom.xml +++ b/infra/translate-impl/pom.xml @@ -53,6 +53,12 @@ test-jar test + + io.fd.honeycomb.it + honeycomb-test-model + ${project.version} + test + junit @@ -69,6 +75,12 @@ hamcrest-all test + + org.slf4j + slf4j-simple + 1.7.25 + test + -- cgit 1.2.3-korg