Add missing southbound.cfg to etc
[ovsdb.git] / southbound / southbound-features / odl-ovsdb-southbound-impl / pom.xml
index 8e090650932f4c33009c75c412d37cca674cca29..c2dba12a6bd6c3e51e2c8b963a6434376258b293 100644 (file)
@@ -66,6 +66,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>southbound-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <!-- finalname="etc/org.opendaylight.ovsdb.southbound.cfg" -->
+            <groupId>${project.groupId}</groupId>
+            <artifactId>southbound-impl</artifactId>
+            <version>${project.version}</version>
+            <type>cfg</type>
+            <classifier>config</classifier>
+        </dependency>
+
         <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>