Skip to content

Commit

Permalink
Exclude jaxen's dependencies on maven 1 static analysis plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
skuenzli committed Dec 29, 2012
1 parent 5986f62 commit a5ceb92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -250,6 +250,16 @@
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>${jaxen.version}</version>
<exclusions>
<exclusion>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
</exclusion>
<exclusion>
<groupId>maven-plugins</groupId>
<artifactId>maven-findbugs-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand Down

0 comments on commit a5ceb92

Please sign in to comment.