Bug 8274: add missing configfile dependency
[controller.git] / features / extras / odl-jolokia / pom.xml
index a46697245c6ded7b332bf911a11c67d1776dd88e..2b79a5256a94d59faa247e4fbc6cd81c217310e6 100644 (file)
             <groupId>org.jolokia</groupId>
             <artifactId>jolokia-osgi</artifactId>
         </dependency>
+        <dependency>
+            <!-- finalname="/etc/org.jolokia.osgi.cfg" -->
+            <groupId>${project.groupId}</groupId>
+            <artifactId>odl-jolokia-osgi</artifactId>
+            <version>${odl-jolokia-osgi.version}</version>
+            <type>cfg</type>
+            <classifier>configuration</classifier>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file