fix for controller dependency change 22/47522/3
authorMatej Perina <mperina@cisco.com>
Tue, 25 Oct 2016 13:59:07 +0000 (15:59 +0200)
committerMatej Perina <mperina@cisco.com>
Tue, 25 Oct 2016 17:06:25 +0000 (17:06 +0000)
 - resolves build break after https://git.opendaylight.org/gerrit/#/c/46691/
 - could be reverted after https://git.opendaylight.org/gerrit/#/c/47467/
   is merged
 - or could stay as prevention from disruptions after random parent changes

Change-Id: I9bec702789a94d813e4bc6dedf9576d8a1eef0bc
Signed-off-by: Matej Perina <mperina@cisco.com>
groupbasedpolicy/pom.xml

index a213ef6587887665a717a24231339a6469123d8f..e4961e4e55ce52d482e194b04b25fd67795981fe 100755 (executable)
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>yang-ext</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-singleton-common-api</artifactId>
+    </dependency>
     <!-- net utils dependencies -->
     <dependency>
       <groupId>com.googlecode.java-ipv6</groupId>