Bug 8274: add missing configfile dependency 11/55811/3
authorStephen Kitt <skitt@redhat.com>
Fri, 21 Apr 2017 12:35:04 +0000 (14:35 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Sat, 22 Apr 2017 15:28:45 +0000 (15:28 +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 233f5f575c75484666d6d0c1907137d87070d791..b228b287581fde6389462c34c38d72a38a450ec8 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