Charles Chan
Committed by Gerrit Code Review

Exclude vtn/sfcmgr from obs

Gerrit 5860 does not completely solve the problem.
Maven will still try to compile the folder without POM file and fail.

Change-Id: Id2a7e8a33f931e0b67882250f052968d734118c9
...@@ -7,3 +7,4 @@ ...@@ -7,3 +7,4 @@
7 .*/jdvue/.* 7 .*/jdvue/.*
8 .*/ovsdb/api/.* 8 .*/ovsdb/api/.*
9 .*/netconf/flow/.* 9 .*/netconf/flow/.*
10 +.*/vtn/sfcmgr/.*
...\ No newline at end of file ...\ No newline at end of file
......