Decoupling SFC from NetVirt
[netvirt.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a096be07fe74b53271550e008c5e223a1e4ca4e9..3cde576937e2e30638a6fefbc56a7fe66e00638f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -86,19 +86,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </build>
 
     <profiles>
-        <profile>
-            <id>sfc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <modules>
-                <module>sfc</module>
-            </modules>
-        </profile>
-        <profile>
-            <!-- When enabled, this empty profile disables the “sfc” profile above -->
-            <id>no-sfc</id>
-        </profile>
         <profile>
             <id>sonar-jacoco-aggregate</id>
             <activation>