From 0578156b721fa01c8c645b8f9625ecebdb6449e4 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 27 Jul 2016 11:05:51 +0200 Subject: HONEYCOMB-130: Separate v3po plugin from HC infra Creating folders: - common/ - infra/ - v3po/ - vpp-common/ Change-Id: I2c39e1b17e39e7c0f0628f44aa5fe08563fa06e4 Signed-off-by: Maros Marsalek --- infra/features/pom.xml | 217 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 infra/features/pom.xml (limited to 'infra/features/pom.xml') diff --git a/infra/features/pom.xml b/infra/features/pom.xml new file mode 100644 index 000000000..732c6ca8f --- /dev/null +++ b/infra/features/pom.xml @@ -0,0 +1,217 @@ + + + + + io.fd.honeycomb.common + features-parent + 1.0.0-SNAPSHOT + ../../common/features-parent + + io.fd.honeycomb + honeycomb-features + 1.0.0-SNAPSHOT + ${project.artifactId} + 4.0.0 + + 3.1.1 + + + 0.8.2-Beryllium-SR2 + 1.3.2-Beryllium-SR2 + 1.3.2-Beryllium-SR2 + 1.0.2-Beryllium-SR2 + 0.8.2-Beryllium-SR2 + 0.3.2-Beryllium-SR2 + etc/opendaylight/karaf + + + + + + org.opendaylight.controller + mdsal-artifacts + ${mdsal.version} + pom + import + + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + + + org.opendaylight.netconf + netconf-artifacts + ${netconf.version} + pom + import + + + + + + org.opendaylight.yangtools + features-yangtools + features + ${yangtools.version} + xml + runtime + + + org.opendaylight.mdsal.model + features-mdsal-model + ${mdsal.model.version} + features + xml + runtime + + + org.opendaylight.controller + features-mdsal + features + xml + runtime + + + org.opendaylight.netconf + features-restconf + features + xml + runtime + + + org.opendaylight.netconf + features-netconf-connector + features + xml + runtime + + + org.opendaylight.dlux + features-dlux + features + ${dlux.version} + xml + runtime + + + ${project.groupId} + honeycomb-impl + ${project.version} + + + ${project.groupId} + honeycomb-impl + ${project.version} + xml + config + + + ${project.groupId} + honeycomb-impl + ${project.version} + xml + netconf + + + ${project.groupId} + honeycomb-impl + ${project.version} + xml + init + + + ${project.groupId} + honeycomb-impl + ${project.version} + xml + context + + + ${project.groupId} + honeycomb-impl + ${project.version} + xml + restconf + + + ${project.groupId} + data-api + ${project.version} + + + ${project.groupId} + data-impl + ${project.version} + + + ${project.groupId} + notification-api + ${project.version} + + + ${project.groupId} + notification-impl + ${project.version} + + + ${project.groupId} + notification-impl + ${project.version} + xml + config + + + ${project.groupId} + notification-impl + ${project.version} + xml + notification2netconf + + + ${project.groupId} + cfg-init + ${project.version} + + + ${project.groupId} + translate-api + ${project.version} + + + ${project.groupId} + translate-spi + ${project.version} + + + ${project.groupId} + translate-impl + ${project.version} + + + ${project.groupId} + translate-utils + ${project.version} + + + org.jgrapht + jgrapht-core + 0.9.2 + + + -- cgit 1.2.3-korg