Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove redundant dependency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 2, 2013
1 parent 6625121 commit 1606609
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pom.xml
Expand Up @@ -82,30 +82,6 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<failOnWarning>true</failOnWarning>
<usedDependencies>
<usedDependency>org.slf4j:slf4j-log4j12</usedDependency>
</usedDependencies>
</configuration>
<executions>
<execution>
<id>analyze</id>
<goals>
<goal>analyze-only</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<modules>
<module>zanata-common-util</module>
<module>zanata-adapter-po</module>
Expand Down

0 comments on commit 1606609

Please sign in to comment.