From 5952721d74f9e1af59c3deb1018054aa4424c461 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 30 Jun 2017 21:53:23 +0200 Subject: HONEYCOMB-360 - Utility for conditional initialization of HC guice modules Change-Id: Ia1a3f44c7dae0b4b0be99f96abb017e1b022ec32 Signed-off-by: Marek Gradzki Signed-off-by: Jan Srnicek --- infra/northbound/common/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 infra/northbound/common/pom.xml (limited to 'infra/northbound/common/pom.xml') diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml new file mode 100644 index 000000000..37381a3b2 --- /dev/null +++ b/infra/northbound/common/pom.xml @@ -0,0 +1,40 @@ + + + + + + impl-parent + io.fd.honeycomb.common + 1.17.07-SNAPSHOT + ../../../common/impl-parent + + + 4.0.0 + + io.fd.honeycomb.northbound + common + 1.17.07-SNAPSHOT + + + + com.google.inject + guice + + + \ No newline at end of file -- cgit 1.2.3-korg