Removed duplication of the yang-jmx-generator-plugin
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / implementation / pom.xml
index 02a19c156a094ba33f4e09326563e4dde32d1625..63b80e91811ce6080d9dec87e1ca84c6a422e14a 100644 (file)
@@ -13,7 +13,6 @@
 
   <properties>
     <stax.version>1.0.1</stax.version>
-    <yang.jmx.plugin>0.2.4-SNAPSHOT</yang.jmx.plugin>
     <zeromq.version>0.3.1</zeromq.version>
   </properties>
 
       <plugin>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yang-maven-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>yang-jmx-generator-plugin</artifactId>
-            <version>${yang.jmx.plugin}</version>
-          </dependency>
-          <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>${yangtools.version}</version>
-            <type>jar</type>
-          </dependency>
-        </dependencies>
         <executions>
           <execution>
             <goals>