From 77fa76b4b15ec6d74920349f9a066ec4597b2585 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 16 Aug 2016 11:04:00 +0200 Subject: HONEYCOMB-22: Remove karaf based distribution and wiring Change-Id: I48aafb726de53b6ad3fb9b97c202f712dfa4a540 Signed-off-by: Maros Marsalek --- infra/features/pom.xml | 217 -------------------------- infra/features/src/main/features/features.xml | 63 -------- 2 files changed, 280 deletions(-) delete mode 100644 infra/features/pom.xml delete mode 100644 infra/features/src/main/features/features.xml (limited to 'infra/features') diff --git a/infra/features/pom.xml b/infra/features/pom.xml deleted file mode 100644 index 732c6ca8f..000000000 --- a/infra/features/pom.xml +++ /dev/null @@ -1,217 +0,0 @@ - - - - - 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 - - - diff --git a/infra/features/src/main/features/features.xml b/infra/features/src/main/features/features.xml deleted file mode 100644 index bfc5ad8f0..000000000 --- a/infra/features/src/main/features/features.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - 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 - 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 - - - - 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 - - - -- cgit 1.2.3-korg