BUG-650: optimize MapAdaptor a tiny bit
[yangtools.git] / common / pom.xml
index 540e43a0578f141229974d73bc1014661fe200bf..f566097b35067db933ae3bc19be19974535f1b96 100644 (file)
@@ -9,6 +9,12 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
+    <parent>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yangtools-parent</artifactId>
+      <version>0.6.2-SNAPSHOT</version>
+      <relativePath>parent</relativePath>
+    </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <version>0.6.2-SNAPSHOT</version>
@@ -20,6 +26,7 @@
         <module>checkstyle-logging</module>
         <module>concepts</module>
         <module>features</module>
+        <module>features-test</module>
         <module>mockito-configuration</module>
         <module>object-cache-api</module>
         <module>object-cache-guava</module>