Remove features-flow from dependencies.
authorVratko Polak <vrpolak@cisco.com>
Thu, 9 Apr 2015 13:14:55 +0000 (15:14 +0200)
committerVratko Polak <vrpolak@cisco.com>
Fri, 10 Apr 2015 12:17:46 +0000 (14:17 +0200)
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 <vrpolak@cisco.com>
Change-Id: I790ff6c0a253bec73c10844fdec1d86aea94a878

features/index/pom.xml
pom.xml

index f75b51f298a9498bcce0b2968d4d947ae6f437d2..6b334b7af5a6b0a4175a0f2a1d094a02612f6fb5 100644 (file)
        <type>xml</type>
     </dependency>
 -->
-    <!-- AAA -->
     <dependency>
       <groupId>org.opendaylight.aaa</groupId>
       <artifactId>features-aaa-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 054a924fb69da3bc39ef3294f9a5454b3c0be676..7d88b463fec04e3ee58be3e7aa12ab5020a755fd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <classifier>features</classifier>
           <type>xml</type>
         </dependency>
-        <dependency>
-          <groupId>org.opendaylight.controller</groupId>
-          <artifactId>features-flow</artifactId>
-          <version>${feature.flow.version}</version>
-          <classifier>features</classifier>
-          <type>xml</type>
-        </dependency>
         <!-- AD-SAL Related Features -->
         <dependency>
           <groupId>org.opendaylight.controller</groupId>