BUG 7310: Add configurable option to skip columns
[ovsdb.git] / southbound / southbound-features / pom.xml
index e3491540d7339e9b5c2146518541f74d00159cab..946828a6a3c636452c6261c71d305275b5944001 100644 (file)
@@ -106,6 +106,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>southbound-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>southbound-impl</artifactId>
+      <version>${project.version}</version>
+      <type>cfg</type>
+      <classifier>config</classifier>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>southbound-api</artifactId>