From 5970b9ec4f014869118026001e933c9847da2509 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/data-api/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 v3po/data-api/pom.xml (limited to 'v3po/data-api/pom.xml') diff --git a/v3po/data-api/pom.xml b/v3po/data-api/pom.xml new file mode 100644 index 000000000..88be38d9f --- /dev/null +++ b/v3po/data-api/pom.xml @@ -0,0 +1,40 @@ + + + + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.honeycomb.v3po + data-api + 1.0.0-SNAPSHOT + bundle + + + + io.fd.honeycomb.v3po + translate-api + ${project.version} + + + com.google.guava + guava + + + org.opendaylight.yangtools + yang-data-api + + + org.opendaylight.controller + sal-common-api + 1.3.0-Beryllium + + + + + \ No newline at end of file -- cgit 1.2.3-korg