Do not pull in spotbugs-annotations into binding-parent
[mdsal.git] / binding / binding-parent / pom.xml
index dfdcf38060458e8fe04c67ac47a67b7b3e7ceae3..7e23fa0003e8251c17deeac7d5eeb35a8174df4a 100644 (file)
                 </file>
             </activation>
             <dependencies>
-                <dependency>
-                    <groupId>com.github.spotbugs</groupId>
-                    <artifactId>spotbugs-annotations</artifactId>
-                    <optional>true</optional>
-                </dependency>
                 <dependency>
                     <groupId>com.google.guava</groupId>
                     <artifactId>guava</artifactId>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>build-helper-maven-plugin</artifactId>
                     </plugin>
-                    <plugin>
-                        <artifactId>maven-dependency-plugin</artifactId>
-                        <configuration>
-                            <ignoredUnusedDeclaredDependencies combine.children="append">
-                                <!-- Binding uses SpotBugs only for some constructs (RPCs) methods -->
-                                <ignoredUnusedDeclaredDependency>com.github.spotbugs:spotbugs-annotations</ignoredUnusedDeclaredDependency>
-                            </ignoredUnusedDeclaredDependencies>
-                        </configuration>
-                    </plugin>
                 </plugins>
             </build>
         </profile>