From 665379d48de8d1bd23b2e17226fd7d01efdd4476 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 9 Apr 2015 15:14:55 +0200 Subject: [PATCH] Remove features-flow from dependencies. Flow related stuff was moved from Controller to OpenFlowPlugin. The features-flow atrifact itself was removed here: https://git.opendaylight.org/gerrit/#/c/17978/ Integration project should stop depending on this artifact. This is a verify-triggering version of https://git.opendaylight.org/gerrit/#/c/18079/ Signed-off-by: Vratko Polak Change-Id: I790ff6c0a253bec73c10844fdec1d86aea94a878 --- features/index/pom.xml | 1 - pom.xml | 7 ------- 2 files changed, 8 deletions(-) diff --git a/features/index/pom.xml b/features/index/pom.xml index f75b51f2..6b334b7a 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -135,7 +135,6 @@ xml --> - org.opendaylight.aaa features-aaa-api diff --git a/pom.xml b/pom.xml index 054a924f..7d88b463 100644 --- a/pom.xml +++ b/pom.xml @@ -165,13 +165,6 @@ features xml - - org.opendaylight.controller - features-flow - ${feature.flow.version} - features - xml - org.opendaylight.controller -- 2.36.6