Add offset 0 projects
[integration/distribution.git] / artifacts / upstream / single-features / pom.xml
index df083d545349e36b21bf221f6f5d2017fff4dc2d..04b3a3e2a069194584a76f48bf61693e39f428c0 100644 (file)
     </scm>
     <dependencyManagement>
         <dependencies>
-            <!-- Non-user-facing single feature needed for Version. -->
-
-            <!-- Controller -->
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>odl-config-persister</artifactId>
-                <version>${config.version}</version>
-                <!-- TODO: Ask Controller to export this version in an artifact POM.-->
-                <classifier>features</classifier>
-                <type>xml</type>
-            </dependency>
-
             <!-- User facing single features. -->
             <!-- TODO: Open Bugs against projects to export user-facing single feature versions in artifact pom. -->
 
                 <type>xml</type>
             </dependency>
 
-            <!-- Dlux -->
-            <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-            <dependency>
-                <groupId>org.opendaylight.dlux</groupId>
-                <artifactId>odl-dlux-core</artifactId>
-                <version>${dlux.version}</version>
-                <classifier>features</classifier>
-                <type>xml</type>
-            </dependency>
-            -->
-
             <!-- Netconf -->
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>odl-restconf</artifactId>
-                <version>${restconf.version}</version>
-                <classifier>features</classifier>
-                <type>xml</type>
-            </dependency>
-
-            <!-- OpenFlow Plugin -->
-            <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-            <dependency>
-                <groupId>org.opendaylight.openflowplugin</groupId>
-                <artifactId>odl-openflowplugin-flow-services-ui</artifactId>
-                <version>${openflowplugin.version}</version>
-                <type>xml</type>
                 <classifier>features</classifier>
-            </dependency>
-            -->
-
-            <!-- SNMP -->
-            <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-            <dependency>
-                <groupId>org.opendaylight.snmp</groupId>
-                <artifactId>odl-snmp-plugin</artifactId>
-                <version>${snmp.version}</version>
                 <type>xml</type>
-                <classifier>features</classifier>
-            </dependency>
-            -->
-
-            <!-- SXP -->
-            <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-            <dependency>
-                <groupId>org.opendaylight.sxp</groupId>
-                <artifactId>odl-sxp-controller</artifactId>
-                <version>${sxp.version}</version>
-                <type>xml</type>
-                <classifier>features</classifier>
             </dependency>
-            -->
 
         </dependencies>
     </dependencyManagement>