Do not depend on java-api-generator 72/37072/2
authorRobert Varga <rovarga@cisco.com>
Mon, 4 Apr 2016 13:23:53 +0000 (15:23 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 4 Apr 2016 14:08:07 +0000 (16:08 +0200)
The api generator is not part of features, do not specify it as a dependency.
Same is true for the maven plugin.

Change-Id: I6ca54e65e6b98662b087c95d887acf448b952731
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/features/pom.xml

index 807760a179beee9926a40ee1279be3cfe121b10f..febcc89232a420fb8f04b0e7e7043305cf353914 100644 (file)
           </dependency>
 
             <!-- Binding MD-SAL & Java Binding -->
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>maven-sal-api-gen-plugin</artifactId>
-            </dependency>
              <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>mdsal-binding-generator-api</artifactId>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>mdsal-binding-generator-impl</artifactId>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>mdsal-binding-java-api-generator</artifactId>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>yang-binding</artifactId>