[Goldeneye] ONOS-4017: Mastership service considers Region information when  determining mastership.

Change-Id: I6c79239f2e071d865bf04e4d9d790ca9b2d04694
diff --git a/core/net/pom.xml b/core/net/pom.xml
index 026a34d..38335b3 100644
--- a/core/net/pom.xml
+++ b/core/net/pom.xml
@@ -67,6 +67,14 @@
 
         <dependency>
             <groupId>org.onosproject</groupId>
+            <artifactId>onos-core-dist</artifactId>
+            <scope>test</scope>
+            <classifier>tests</classifier>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.onosproject</groupId>
             <artifactId>onos-incubator-api</artifactId>
             <scope>test</scope>
             <classifier>tests</classifier>