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/src/main/features/features.xml | 70 +++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 infra/features/src/main/features/features.xml (limited to 'infra/features/src/main/features/features.xml') diff --git a/infra/features/src/main/features/features.xml b/infra/features/src/main/features/features.xml new file mode 100644 index 000000000..d0431d656 --- /dev/null +++ b/infra/features/src/main/features/features.xml @@ -0,0 +1,70 @@ + + + + + mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features + mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features + mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features + mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features + mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features + + + odl-mdsal-models + + + + odl-mdsal-broker + odl-honeycomb-api + + odl-netconf-connector-ssh + odl-netconf-mdsal + mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}} + mvn:io.fd.honeycomb/translate-api/{{VERSION}} + mvn:io.fd.honeycomb/translate-spi/{{VERSION}} + mvn:org.jgrapht/jgrapht-core/{{VERSION}} + mvn:io.fd.honeycomb/translate-utils/{{VERSION}} + mvn:io.fd.honeycomb/data-api/{{VERSION}} + mvn:io.fd.honeycomb/data-impl/{{VERSION}} + mvn:io.fd.honeycomb/notification-api/{{VERSION}} + mvn:io.fd.honeycomb/notification-impl/{{VERSION}} + mvn:io.fd.honeycomb/translate-impl/{{VERSION}} + mvn:io.fd.honeycomb/cfg-init/{{VERSION}} + mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/context + mvn:io.fd.honeycomb/notification-impl/{{VERSION}}/xml/config + mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/config + mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/init + + + + odl-honeycomb + odl-restconf + + mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/netconf + mvn:io.fd.honeycomb/notification-impl/{{VERSION}}/xml/notification2netconf + mvn:io.fd.honeycomb/honeycomb-impl/{{VERSION}}/xml/restconf + + + + odl-honeycomb-rest + odl-mdsal-apidocs + odl-mdsal-xsql + odl-dlux-yangui + + + -- cgit 1.2.3-korg