Refactor DOMYangTextSourceProvider
[mdsal.git] / features / odl-mdsal-eos-common / pom.xml
index d5d5077c375f9d109d6d1d1b1702312b087af7ba..b4b8847d566f61197e8343160d66b41f3be5066a 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>13.0.0-SNAPSHOT</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <artifactId>odl-mdsal-eos-common</artifactId>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: MD-SAL :: EOS :: Common</name>
+    <description>Entity Ownership Service common API</description>
 
     <dependencies>
         <dependency>
@@ -31,9 +31,5 @@
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-eos-common-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-eos-common-spi</artifactId>
-        </dependency>
     </dependencies>
 </project>