From e7574c267bf058d1af2d0343e2a3d525742d79ff Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Fri, 23 Jun 2017 12:50:07 -0400 Subject: [PATCH] Bug 8735: Remove dlux deps from startup archetype Since dlux is in maintenance mode, remove the dlux dependency from the opendaylight-startup-archetype and remove the corresponding -ui feature. Change-Id: I78f43b90d718a10e47de99d54cd4952acc699470 Signed-off-by: Ryan Goulding --- .../main/resources/archetype-resources/features/pom.xml | 9 --------- .../features/src/main/features/features.xml | 6 ------ 2 files changed, 15 deletions(-) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml index cd39f56d5e..f481b7796b 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml @@ -33,7 +33,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.6.0-SNAPSHOT 1.6.0-SNAPSHOT 1.2.0-SNAPSHOT - 0.6.0-SNAPSHOT etc/opendaylight/karaf @@ -94,14 +93,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL xml runtime - - org.opendaylight.dluxapps - features-dluxapps - features - ${dluxapps.version} - xml - runtime - ${symbol_dollar}{project.groupId} ${artifactId}-impl diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml index b744ad73d0..97d13a3275 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/src/main/features/features.xml @@ -17,7 +17,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features - mvn:org.opendaylight.dluxapps/features-dluxapps/{{VERSION}}/xml/features odl-mdsal-models mvn:${groupId}/${artifactId}-api/{{VERSION}} @@ -31,11 +30,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html odl-${artifactId} odl-restconf - - odl-${artifactId}-rest - odl-mdsal-apidocs - odl-dluxapps-yangman - odl-${artifactId} mvn:${groupId}/${artifactId}-cli/{{VERSION}} -- 2.36.6