Decoupling SFC from NetVirt
[netvirt.git] / artifacts / pom.xml
index 8b741c983523d4463fa6bb6f8a8bbcc37776c595..017928bc768beb902b3c62401aebc5e4f90694a8 100644 (file)
@@ -54,28 +54,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             </dependency>
         </dependencies>
     </dependencyManagement>
-
-    <profiles>
-        <profile>
-            <id>sfc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>${project.groupId}</groupId>
-                        <artifactId>odl-netvirt-sfc</artifactId>
-                        <version>${project.version}</version>
-                        <classifier>features</classifier>
-                        <type>xml</type>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
-        <profile>
-            <!-- When enabled, this empty profile disables the “sfc” profile above -->
-            <id>no-sfc</id>
-        </profile>
-    </profiles>
 </project>