Bump versions to 4.0.2-SNAPSHOT
[controller.git] / features / odl-jolokia / pom.xml
index 6f15956c46aa66f2a1448fed26387e1b5d758996..14d507676c1b3d9d131ed9180406f78e66d8757a 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
         <dependency>
             <groupId>org.jolokia</groupId>
             <artifactId>jolokia-osgi</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jolokia</groupId>
+                    <artifactId>jolokia-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jolokia</groupId>
+                    <artifactId>jolokia-jsr160</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <!-- finalname="/etc/org.jolokia.osgi.cfg" -->