Add genius and dependencies
[integration/distribution.git] / features / repos / index / pom.xml
index c75c18f13d66cfd987eeb92d990402a2045189d6..fda7bfeb422aedd8563628f27683304c25cba0e1 100644 (file)
@@ -52,7 +52,7 @@
     </dependencyManagement>
     <dependencies>
 
-        <!-- User facing single features. -->
+        <!-- User facing single features. Alphabetical order -->
         <!-- FIXME: How to explain to feature-repo-parent it shall not list single features from repo dependencies? -->
 
         <!-- AAA -->
             <type>xml</type>
         </dependency>
 
+        <!-- Genius -->
+        <dependency>
+            <groupId>org.opendaylight.genius</groupId>
+            <artifactId>genius-features</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- InfraUtils -->
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <type>xml</type>
         </dependency>
 
-        <!-- FIXME: Add Yangtools -->
-
+        <!-- OpenflowPlugin -->
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>features-openflowplugin</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>features-openflowplugin-extension</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
 
         <!-- OVSDB -->
         <dependency>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
-            <artifactId>southbound-features</artifactId>
+            <artifactId>hwvtepsouthbound-features</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.ovsdb</groupId>
-            <artifactId>hwvtepsouthbound-features</artifactId>
+            <artifactId>southbound-features</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+
+        <!-- FIXME: Add Yangtools -->
+
     </dependencies>
 </project>