Bug 8274: add missing configfile dependency 12/55812/2
authorStephen Kitt <skitt@redhat.com>
Fri, 21 Apr 2017 12:35:04 +0000 (14:35 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 21 Apr 2017 13:34:58 +0000 (13:34 +0000)
odl-jolokia's configfile was missing its corresponding dependency in
the POM; this patch adds it.

Change-Id: I4e5420978020b19de58b65d06c4b2482f55351d0
Signed-off-by: Stephen Kitt <skitt@redhat.com>
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