Replace FindBugs :jsr305 by full :annotation (Bug 7663)
[mdsal.git] / binding / mdsal-binding-generator-impl / pom.xml
index 1d2d7f81603ef761d948236d084a8fba1f9bc6b9..18025f7da82aa987c12f9887885bf7ac9b3d98ba 100644 (file)
             <artifactId>javassist</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>yang-parser-impl</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-impl</artifactId>
             <artifactId>mdsal-binding-generator-util</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-        </dependency>
-
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>