Adjust to mdsal DOM read/exists FluentFuture change
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / provider / pom.xml
index e8a9546943d3fb072828726dc87345588ed12533..75c2285dbabaf81898032724e07e61af500df272 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-eos-binding-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-singleton-common-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller.samples</groupId>
             <artifactId>clustering-it-model</artifactId>