Improve RpcProviderService.registerRpcImplementations()
[mdsal.git] / dom / mdsal-dom-schema-osgi / pom.xml
index 3c0f1190cb92908c20efe582033ab9a8c93c2a10..1e5c9ee350b36500a8a420cffa5e9b7fd4b7cb1f 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.2</version>
-        <relativePath>../dom-parent</relativePath>
+        <artifactId>bundle-parent</artifactId>
+        <version>13.0.1-SNAPSHOT</version>
+        <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-dom-schema-osgi</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-dom-spi</artifactId>
+            <artifactId>mdsal-dom-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>