Merge "Make part of the Subscribers object modeled"
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index f4603cc60c1eee1fd5d17b8d95305709d665f164..9d47ded4c08bbd7f7159d98cad1e53c83c454d4c 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>mappingservice.mapcache</artifactId>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.config</artifactId>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>common.unittest.tools</artifactId>
     </dependency>
     <!-- needed for osgi console -->
     <dependency>
-      <groupId>org.eclipse.tycho</groupId>
-      <artifactId>org.eclipse.osgi</artifactId>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-singleton-common-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-singleton-dom-impl</artifactId>
     </dependency>
   </dependencies>