Introduce Object Cache API and no-op implementation
[yangtools.git] / common / pom.xml
index 10db456f550fc8863b5a6684b0067be6aa00ec6b..ccf50baebdf3fd12c20adccf6d748adebfab6ce1 100644 (file)
     <modules>
         <module>concepts</module>
         <module>mockito-configuration</module>
+        <module>object-cache-api</module>
+        <module>object-cache-noop</module>
     </modules>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>object-cache-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>object-cache-noop</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
 </project>