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 @@ ...@@ -67,6 +67,14 @@
67 67
68 <dependency> 68 <dependency>
69 <groupId>org.onosproject</groupId> 69 <groupId>org.onosproject</groupId>
70 + <artifactId>onos-core-dist</artifactId>
71 + <scope>test</scope>
72 + <classifier>tests</classifier>
73 + <version>${project.version}</version>
74 + </dependency>
75 +
76 + <dependency>
77 + <groupId>org.onosproject</groupId>
70 <artifactId>onos-incubator-api</artifactId> 78 <artifactId>onos-incubator-api</artifactId>
71 <scope>test</scope> 79 <scope>test</scope>
72 <classifier>tests</classifier> 80 <classifier>tests</classifier>
......