Odl-jolokia package superfluous artifacts
[controller.git] / features / odl-jolokia / pom.xml
index f7f6d2c96c2ce661f376f1cc2a000be7cee54f87..3f4ce828c1ee07711ec0d8e1bc5cbcdb269ce80c 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5-SNAPSHOT</version>
+        <version>3.0.1-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" -->