Bug 8326 - Split out OsgiBundleScanningSchemaService
[mdsal.git] / common / artifacts / pom.xml
index 55d2f9468b393f5e6eac7523e064aa476f534403..ed89321e696abe603232476886a5ce4a5acb8c0d 100644 (file)
                 <artifactId>mdsal-dom-broker</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-dom-schema-service-osgi</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-dom-schema-service-osgi</artifactId>
+                <version>${project.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
 
             <!-- BINDING2 -->
             <dependency>