Claudine Chiu
Committed by Gerrit Code Review

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

Change-Id: I6c79239f2e071d865bf04e4d9d790ca9b2d04694
......@@ -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>
......