BUG-5280: expose backing client actor reference
[controller.git] / opendaylight / md-sal / sal-dom-config / pom.xml
index 97117c5aa200afe00d16eea36c1a1bd4703b5fd3..4a5625e3098ce5d3bff18437b7c14281586dfca1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>sal-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
   <artifactId>sal-dom-config</artifactId>
   <packaging>bundle</packaging>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-core-spi</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-singleton-dom-impl</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Import-Package>*,com.google.common.base</Import-Package>
+            <Import-Package>
+              com.google.common.base,
+              org.opendaylight.mdsal.eos.common.api,
+              org.opendaylight.mdsal.eos.dom.api,
+              org.opendaylight.mdsal.singleton.common.api,
+              *
+            </Import-Package>
           </instructions>
         </configuration>
       </plugin>