sal-binding-api: use lambdas
[controller.git] / features / extras / odl-jolokia / pom.xml
index 233f5f575c75484666d6d0c1907137d87070d791..b66f61486e632c909bccd12dda6c102993a23ae1 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>2.0.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>odl-jolokia</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.10.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Jolokia JMX/HTTP bridge</name>
 
     <properties>
-        <odl-jolokia-osgi.version>0.6.0-SNAPSHOT</odl-jolokia-osgi.version>
+        <odl-jolokia-osgi.version>0.7.0-SNAPSHOT</odl-jolokia-osgi.version>
     </properties>
 
     <dependencies>
             <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
+</project>