From e1743c8eccee7d5ea8ad2c247d2575e8fd219fe4 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 12 Apr 2016 10:13:18 +0200 Subject: HONEYCOMB-9: Remove references to VPP from translation layer Change-Id: I281db366a112edc08203e8cb392a212708d4552a Signed-off-by: Maros Marsalek --- v3po/vpp-translate-utils/pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 v3po/vpp-translate-utils/pom.xml (limited to 'v3po/vpp-translate-utils/pom.xml') diff --git a/v3po/vpp-translate-utils/pom.xml b/v3po/vpp-translate-utils/pom.xml new file mode 100644 index 000000000..b63b6d4f3 --- /dev/null +++ b/v3po/vpp-translate-utils/pom.xml @@ -0,0 +1,57 @@ + + + + + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.honeycomb.v3po + vpp-translate-utils + 1.0.0-SNAPSHOT + bundle + + + + ${project.groupId} + translate-utils + ${project.version} + + + io.fd.vpp + vppjapi + 1.0.0-SNAPSHOT + + + + + junit + junit + test + + + org.mockito + mockito-all + test + + + + + -- cgit 1.2.3-korg