Use config for southbound (take 2)
[ovsdb.git] / southbound / southbound-features / pom.xml
index eb3a9506cf4a2b34cea1869fef780563a49a0e5c..fb2b3fe623faac552e471f4843d41199ab133a3b 100644 (file)
@@ -119,5 +119,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>southbound-api</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>library-features</artifactId>
+      <type>xml</type>
+      <classifier>features</classifier>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 </project>