Clean up routes when the ONOS node they were sourced from goes down

Change-Id: I1b70e087b64404bf92e6251d18f3c85791e30583
diff --git a/incubator/net/BUCK b/incubator/net/BUCK
index 8801df3..5d12d77 100644
--- a/incubator/net/BUCK
+++ b/incubator/net/BUCK
@@ -5,6 +5,7 @@
     '//incubator/store:onos-incubator-store',
     '//utils/rest:onlab-rest',
     '//lib:concurrent-trees',
+    '//core/store/serializers:onos-core-serializers',
 ]
 
 TEST_DEPS = [
@@ -13,7 +14,6 @@
     '//lib:TEST_ADAPTERS',
     '//core/api:onos-api-tests',
     '//core/common:onos-core-common-tests',
-    '//core/store/serializers:onos-core-serializers',
 ]
 
 osgi_jar_with_tests (