From c3661fb2793928359ef28c4439a67d3208ff1604 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 12 Apr 2016 10:13:21 +0200 Subject: HONEYCOMB-8: Move data layer from impl module into submodules Change-Id: Ic75793f65cfcad7cc2c96e7a09093e0e1802e4e5 Signed-off-by: Marek Gradzki Signed-off-by: Maros Marsalek --- v3po/config/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 v3po/config/pom.xml (limited to 'v3po/config/pom.xml') diff --git a/v3po/config/pom.xml b/v3po/config/pom.xml new file mode 100644 index 000000000..910fc7daa --- /dev/null +++ b/v3po/config/pom.xml @@ -0,0 +1,31 @@ + + + + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.honeycomb.v3po + config + 1.0.0-SNAPSHOT + bundle + + + + io.fd.honeycomb.v3po + translate-impl + ${project.version} + + + io.fd.honeycomb.v3po + v3po2vpp + ${project.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg