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/translate-api/pom.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 v3po/translate-api/pom.xml (limited to 'v3po/translate-api/pom.xml') diff --git a/v3po/translate-api/pom.xml b/v3po/translate-api/pom.xml new file mode 100644 index 000000000..42501e752 --- /dev/null +++ b/v3po/translate-api/pom.xml @@ -0,0 +1,73 @@ + + + + + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.honeycomb.v3po + translate-api + 1.0.0-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.0.0-Beryllium + pom + import + + + + + + + com.google.guava + guava + + + org.opendaylight.mdsal + mdsal-binding-api + + + + + ${project.groupId} + v3po-api + ${project.version} + test + + + junit + junit + test + + + org.mockito + mockito-all + test + + + + + -- cgit 1.2.3-korg