Release controller
[controller.git] / features / odl-jolokia / pom.xml
index 4d2d205691f2c37596688947c977ad059655abac..6a7a49e798b8748e19d35ed7caeb12a3d2fedcc6 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.15</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" -->